pub struct CollateralMarginGetParams {}Expand description
control.collateral.margin.get params (none).
Trait Implementations§
Source§impl Clone for CollateralMarginGetParams
impl Clone for CollateralMarginGetParams
Source§fn clone(&self) -> CollateralMarginGetParams
fn clone(&self) -> CollateralMarginGetParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCall for CollateralMarginGetParams
impl ControlCall for CollateralMarginGetParams
Source§const METHOD: ControlMethod = ControlMethod::CollateralMarginGet
const METHOD: ControlMethod = ControlMethod::CollateralMarginGet
The wire method this call invokes.
Source§type Output = CollateralMarginResult
type Output = CollateralMarginResult
The typed result this call returns on success.
impl Copy for CollateralMarginGetParams
Source§impl Debug for CollateralMarginGetParams
impl Debug for CollateralMarginGetParams
Source§impl Default for CollateralMarginGetParams
impl Default for CollateralMarginGetParams
Source§fn default() -> CollateralMarginGetParams
fn default() -> CollateralMarginGetParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollateralMarginGetParams
impl<'de> Deserialize<'de> for CollateralMarginGetParams
Source§fn 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
impl Eq for CollateralMarginGetParams
impl StructuralPartialEq for CollateralMarginGetParams
Auto Trait Implementations§
impl Freeze for CollateralMarginGetParams
impl RefUnwindSafe for CollateralMarginGetParams
impl Send for CollateralMarginGetParams
impl Sync for CollateralMarginGetParams
impl Unpin for CollateralMarginGetParams
impl UnsafeUnpin for CollateralMarginGetParams
impl UnwindSafe for CollateralMarginGetParams
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