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