Enum binance::rest_model::ContingencyType
source · [−]pub enum ContingencyType {
OCO,
Other,
}Variants
OCO
Other
Trait Implementations
sourceimpl Clone for ContingencyType
impl Clone for ContingencyType
sourcefn clone(&self) -> ContingencyType
fn clone(&self) -> ContingencyType
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 ContingencyType
impl Debug for ContingencyType
sourceimpl<'de> Deserialize<'de> for ContingencyType
impl<'de> Deserialize<'de> for ContingencyType
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<ContingencyType> for ContingencyType
impl PartialEq<ContingencyType> for ContingencyType
sourcefn eq(&self, other: &ContingencyType) -> bool
fn eq(&self, other: &ContingencyType) -> bool
sourceimpl Serialize for ContingencyType
impl Serialize for ContingencyType
impl StructuralPartialEq for ContingencyType
Auto Trait Implementations
impl RefUnwindSafe for ContingencyType
impl Send for ContingencyType
impl Sync for ContingencyType
impl Unpin for ContingencyType
impl UnwindSafe for ContingencyType
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