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