Enum binance::rest_model::SymbolStatus
source · [−]pub enum SymbolStatus {
PreTrading,
Trading,
PostTrading,
EndOfDay,
Halt,
AuctionMatch,
Break,
PendingTrading,
Other,
}Variants
PreTrading
Trading
PostTrading
EndOfDay
Halt
AuctionMatch
Break
PendingTrading
Other
Trait Implementations
sourceimpl Clone for SymbolStatus
impl Clone for SymbolStatus
sourcefn clone(&self) -> SymbolStatus
fn clone(&self) -> SymbolStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SymbolStatus
impl Debug for SymbolStatus
sourceimpl<'de> Deserialize<'de> for SymbolStatus
impl<'de> Deserialize<'de> for SymbolStatus
sourcefn 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
sourceimpl PartialEq<SymbolStatus> for SymbolStatus
impl PartialEq<SymbolStatus> for SymbolStatus
sourcefn eq(&self, other: &SymbolStatus) -> bool
fn eq(&self, other: &SymbolStatus) -> bool
sourceimpl Serialize for SymbolStatus
impl Serialize for SymbolStatus
impl StructuralPartialEq for SymbolStatus
Auto Trait Implementations
impl RefUnwindSafe for SymbolStatus
impl Send for SymbolStatus
impl Sync for SymbolStatus
impl Unpin for SymbolStatus
impl UnwindSafe for SymbolStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more