pub enum IncrementalTickerNotificationType {
Snapshot,
Change,
}Variants§
Trait Implementations§
Source§impl Clone for IncrementalTickerNotificationType
impl Clone for IncrementalTickerNotificationType
Source§fn clone(&self) -> IncrementalTickerNotificationType
fn clone(&self) -> IncrementalTickerNotificationType
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 Default for IncrementalTickerNotificationType
impl Default for IncrementalTickerNotificationType
Source§fn default() -> IncrementalTickerNotificationType
fn default() -> IncrementalTickerNotificationType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IncrementalTickerNotificationType
impl<'de> Deserialize<'de> for IncrementalTickerNotificationType
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 PartialEq for IncrementalTickerNotificationType
impl PartialEq for IncrementalTickerNotificationType
Source§fn eq(&self, other: &IncrementalTickerNotificationType) -> bool
fn eq(&self, other: &IncrementalTickerNotificationType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IncrementalTickerNotificationType
Auto Trait Implementations§
impl Freeze for IncrementalTickerNotificationType
impl RefUnwindSafe for IncrementalTickerNotificationType
impl Send for IncrementalTickerNotificationType
impl Sync for IncrementalTickerNotificationType
impl Unpin for IncrementalTickerNotificationType
impl UnwindSafe for IncrementalTickerNotificationType
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