pub struct RetryAfterSeconds(/* private fields */);Expand description
Retry-after seconds.
Implementations§
Trait Implementations§
Source§impl Clone for RetryAfterSeconds
impl Clone for RetryAfterSeconds
Source§fn clone(&self) -> RetryAfterSeconds
fn clone(&self) -> RetryAfterSeconds
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RetryAfterSeconds
impl Debug for RetryAfterSeconds
Source§impl Hash for RetryAfterSeconds
impl Hash for RetryAfterSeconds
Source§impl Ord for RetryAfterSeconds
impl Ord for RetryAfterSeconds
Source§fn cmp(&self, other: &RetryAfterSeconds) -> Ordering
fn cmp(&self, other: &RetryAfterSeconds) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RetryAfterSeconds
impl PartialEq for RetryAfterSeconds
Source§impl PartialOrd for RetryAfterSeconds
impl PartialOrd for RetryAfterSeconds
impl Copy for RetryAfterSeconds
impl Eq for RetryAfterSeconds
impl StructuralPartialEq for RetryAfterSeconds
Auto Trait Implementations§
impl Freeze for RetryAfterSeconds
impl RefUnwindSafe for RetryAfterSeconds
impl Send for RetryAfterSeconds
impl Sync for RetryAfterSeconds
impl Unpin for RetryAfterSeconds
impl UnsafeUnpin for RetryAfterSeconds
impl UnwindSafe for RetryAfterSeconds
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more