pub enum BinanceFuturesMarginType {
Isolated,
Crossed,
}Expand description
Margin type for futures
Variants§
Implementations§
Source§impl BinanceFuturesMarginType
impl BinanceFuturesMarginType
Sourcepub fn to_smartstring(&self) -> String
pub fn to_smartstring(&self) -> String
Convert to SmartString
Trait Implementations§
Source§impl Clone for BinanceFuturesMarginType
impl Clone for BinanceFuturesMarginType
Source§fn clone(&self) -> BinanceFuturesMarginType
fn clone(&self) -> BinanceFuturesMarginType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BinanceFuturesMarginType
impl Debug for BinanceFuturesMarginType
Source§impl PartialEq for BinanceFuturesMarginType
impl PartialEq for BinanceFuturesMarginType
impl Copy for BinanceFuturesMarginType
impl Eq for BinanceFuturesMarginType
impl StructuralPartialEq for BinanceFuturesMarginType
Auto Trait Implementations§
impl Freeze for BinanceFuturesMarginType
impl RefUnwindSafe for BinanceFuturesMarginType
impl Send for BinanceFuturesMarginType
impl Sync for BinanceFuturesMarginType
impl Unpin for BinanceFuturesMarginType
impl UnwindSafe for BinanceFuturesMarginType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more