pub struct RetryCount(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AddAssign for RetryCount
impl AddAssign for RetryCount
Source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+=
operation. Read moreSource§impl Clone for RetryCount
impl Clone for RetryCount
Source§fn clone(&self) -> RetryCount
fn clone(&self) -> RetryCount
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 RetryCount
impl Debug for RetryCount
Source§impl Default for RetryCount
impl Default for RetryCount
Source§fn default() -> RetryCount
fn default() -> RetryCount
Returns the “default value” for a type. Read more
Source§impl From<i32> for RetryCount
impl From<i32> for RetryCount
Source§impl Ord for RetryCount
impl Ord for RetryCount
Source§fn cmp(&self, other: &RetryCount) -> Ordering
fn cmp(&self, other: &RetryCount) -> 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 RetryCount
impl PartialEq for RetryCount
Source§impl PartialOrd for RetryCount
impl PartialOrd for RetryCount
impl Copy for RetryCount
impl Eq for RetryCount
impl StructuralPartialEq for RetryCount
Auto Trait Implementations§
impl Freeze for RetryCount
impl RefUnwindSafe for RetryCount
impl Send for RetryCount
impl Sync for RetryCount
impl Unpin for RetryCount
impl UnwindSafe for RetryCount
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.