pub enum ResendStrategy {
Rotate,
Reuse,
}Variants§
Trait Implementations§
Source§impl Clone for ResendStrategy
impl Clone for ResendStrategy
Source§fn clone(&self) -> ResendStrategy
fn clone(&self) -> ResendStrategy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResendStrategy
impl Debug for ResendStrategy
Source§impl Default for ResendStrategy
impl Default for ResendStrategy
Source§fn default() -> ResendStrategy
fn default() -> ResendStrategy
Returns the “default value” for a type. Read more
Source§impl PartialEq for ResendStrategy
impl PartialEq for ResendStrategy
Source§fn eq(&self, other: &ResendStrategy) -> bool
fn eq(&self, other: &ResendStrategy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ResendStrategy
impl Eq for ResendStrategy
impl StructuralPartialEq for ResendStrategy
Auto Trait Implementations§
impl Freeze for ResendStrategy
impl RefUnwindSafe for ResendStrategy
impl Send for ResendStrategy
impl Sync for ResendStrategy
impl Unpin for ResendStrategy
impl UnsafeUnpin for ResendStrategy
impl UnwindSafe for ResendStrategy
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> 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.