pub struct AddMarginRequest {
pub product_id: String,
pub order_link_id: String,
pub position_id: String,
pub amount: String,
pub quote_account_type: String,
}Fields§
§product_id: String§order_link_id: String§position_id: String§amount: String§quote_account_type: StringTrait Implementations§
Source§impl Clone for AddMarginRequest
impl Clone for AddMarginRequest
Source§fn clone(&self) -> AddMarginRequest
fn clone(&self) -> AddMarginRequest
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 Debug for AddMarginRequest
impl Debug for AddMarginRequest
Source§impl<'de> Deserialize<'de> for AddMarginRequest
impl<'de> Deserialize<'de> for AddMarginRequest
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
Auto Trait Implementations§
impl Freeze for AddMarginRequest
impl RefUnwindSafe for AddMarginRequest
impl Send for AddMarginRequest
impl Sync for AddMarginRequest
impl Unpin for AddMarginRequest
impl UnsafeUnpin for AddMarginRequest
impl UnwindSafe for AddMarginRequest
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