pub enum SendUpdates {
All,
ExternalOnly,
None,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for SendUpdates
impl Clone for SendUpdates
Source§fn clone(&self) -> SendUpdates
fn clone(&self) -> SendUpdates
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 SendUpdates
impl Debug for SendUpdates
Source§impl Default for SendUpdates
impl Default for SendUpdates
Source§fn default() -> SendUpdates
fn default() -> SendUpdates
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendUpdates
impl<'de> Deserialize<'de> for SendUpdates
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 SendUpdates
impl Hash for SendUpdates
Source§impl Ord for SendUpdates
impl Ord for SendUpdates
Source§fn cmp(&self, other: &SendUpdates) -> Ordering
fn cmp(&self, other: &SendUpdates) -> Ordering
1.21.0 (const: unstable) · 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 SendUpdates
impl PartialEq for SendUpdates
Source§fn eq(&self, other: &SendUpdates) -> bool
fn eq(&self, other: &SendUpdates) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SendUpdates
impl PartialOrd for SendUpdates
Source§impl Serialize for SendUpdates
impl Serialize for SendUpdates
impl Copy for SendUpdates
impl Eq for SendUpdates
impl StructuralPartialEq for SendUpdates
Auto Trait Implementations§
impl Freeze for SendUpdates
impl RefUnwindSafe for SendUpdates
impl Send for SendUpdates
impl Sync for SendUpdates
impl Unpin for SendUpdates
impl UnsafeUnpin for SendUpdates
impl UnwindSafe for SendUpdates
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