pub struct GetAllMarginAssetsParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for GetAllMarginAssetsParams
impl Debug for GetAllMarginAssetsParams
Source§impl Default for GetAllMarginAssetsParams
impl Default for GetAllMarginAssetsParams
Source§fn default() -> GetAllMarginAssetsParams
fn default() -> GetAllMarginAssetsParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetAllMarginAssetsParams
impl PartialEq for GetAllMarginAssetsParams
Source§fn eq(&self, other: &GetAllMarginAssetsParams) -> bool
fn eq(&self, other: &GetAllMarginAssetsParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetAllMarginAssetsParams
impl Serialize for GetAllMarginAssetsParams
impl StructuralPartialEq for GetAllMarginAssetsParams
Auto Trait Implementations§
impl Freeze for GetAllMarginAssetsParams
impl RefUnwindSafe for GetAllMarginAssetsParams
impl Send for GetAllMarginAssetsParams
impl Sync for GetAllMarginAssetsParams
impl Unpin for GetAllMarginAssetsParams
impl UnsafeUnpin for GetAllMarginAssetsParams
impl UnwindSafe for GetAllMarginAssetsParams
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