pub enum TickerTypeEnum {
Full,
Mini,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TickerTypeEnum
impl Clone for TickerTypeEnum
Source§fn clone(&self) -> TickerTypeEnum
fn clone(&self) -> TickerTypeEnum
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 TickerTypeEnum
impl Debug for TickerTypeEnum
Source§impl<'de> Deserialize<'de> for TickerTypeEnum
impl<'de> Deserialize<'de> for TickerTypeEnum
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 FromStr for TickerTypeEnum
impl FromStr for TickerTypeEnum
Auto Trait Implementations§
impl Freeze for TickerTypeEnum
impl RefUnwindSafe for TickerTypeEnum
impl Send for TickerTypeEnum
impl Sync for TickerTypeEnum
impl Unpin for TickerTypeEnum
impl UnsafeUnpin for TickerTypeEnum
impl UnwindSafe for TickerTypeEnum
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