Struct binance::rest_model::MarginPairQuery
source · [−]Fields
symbol: Stringis_isolated: Option<String>Trait Implementations
sourceimpl Clone for MarginPairQuery
impl Clone for MarginPairQuery
sourcefn clone(&self) -> MarginPairQuery
fn clone(&self) -> MarginPairQuery
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 MarginPairQuery
impl Debug for MarginPairQuery
sourceimpl<'de> Deserialize<'de> for MarginPairQuery
impl<'de> Deserialize<'de> for MarginPairQuery
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 Serialize for MarginPairQuery
impl Serialize for MarginPairQuery
Auto Trait Implementations
impl RefUnwindSafe for MarginPairQuery
impl Send for MarginPairQuery
impl Sync for MarginPairQuery
impl Unpin for MarginPairQuery
impl UnwindSafe for MarginPairQuery
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