pub enum HasSentFlag {
Variant0,
Variant1,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for HasSentFlag
impl Clone for HasSentFlag
Source§fn clone(&self) -> HasSentFlag
fn clone(&self) -> HasSentFlag
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 HasSentFlag
impl Debug for HasSentFlag
Source§impl Default for HasSentFlag
impl Default for HasSentFlag
Source§fn default() -> HasSentFlag
fn default() -> HasSentFlag
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HasSentFlag
impl<'de> Deserialize<'de> for HasSentFlag
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HasSentFlag
impl Hash for HasSentFlag
Source§impl Ord for HasSentFlag
impl Ord for HasSentFlag
Source§fn cmp(&self, other: &HasSentFlag) -> Ordering
fn cmp(&self, other: &HasSentFlag) -> 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 HasSentFlag
impl PartialEq for HasSentFlag
Source§impl PartialOrd for HasSentFlag
impl PartialOrd for HasSentFlag
Source§impl Serialize for HasSentFlag
impl Serialize for HasSentFlag
impl Copy for HasSentFlag
impl Eq for HasSentFlag
impl StructuralPartialEq for HasSentFlag
Auto Trait Implementations§
impl Freeze for HasSentFlag
impl RefUnwindSafe for HasSentFlag
impl Send for HasSentFlag
impl Sync for HasSentFlag
impl Unpin for HasSentFlag
impl UnwindSafe for HasSentFlag
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.