pub struct LooseCmpRetryTime(RetryTime);
Expand description
A RetryTime
wrapped so that it compares according to RetryTime::loose_cmp
Tuple Fields§
§0: RetryTime
Trait Implementations§
Source§impl Clone for LooseCmpRetryTime
impl Clone for LooseCmpRetryTime
Source§fn clone(&self) -> LooseCmpRetryTime
fn clone(&self) -> LooseCmpRetryTime
Returns a copy 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 LooseCmpRetryTime
impl Debug for LooseCmpRetryTime
Source§impl From<LooseCmpRetryTime> for RetryTime
impl From<LooseCmpRetryTime> for RetryTime
Source§fn from(value: LooseCmpRetryTime) -> Self
fn from(value: LooseCmpRetryTime) -> Self
Converts to this type from the input type.
Source§impl From<RetryTime> for LooseCmpRetryTime
impl From<RetryTime> for LooseCmpRetryTime
Source§impl Ord for LooseCmpRetryTime
impl Ord for LooseCmpRetryTime
Source§impl PartialEq for LooseCmpRetryTime
impl PartialEq for LooseCmpRetryTime
Source§impl PartialOrd for LooseCmpRetryTime
impl PartialOrd for LooseCmpRetryTime
impl Copy for LooseCmpRetryTime
impl Eq for LooseCmpRetryTime
impl StructuralPartialEq for LooseCmpRetryTime
Auto Trait Implementations§
impl Freeze for LooseCmpRetryTime
impl RefUnwindSafe for LooseCmpRetryTime
impl Send for LooseCmpRetryTime
impl Sync for LooseCmpRetryTime
impl Unpin for LooseCmpRetryTime
impl UnwindSafe for LooseCmpRetryTime
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