pub struct SetMarginModeRequest {
pub set_margin_mode: MarginMode,
}Expand description
Request body for Client::set_margin_mode.
Fields§
§set_margin_mode: MarginModeTrait Implementations§
Source§impl Clone for SetMarginModeRequest
impl Clone for SetMarginModeRequest
Source§fn clone(&self) -> SetMarginModeRequest
fn clone(&self) -> SetMarginModeRequest
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 SetMarginModeRequest
impl Debug for SetMarginModeRequest
Auto Trait Implementations§
impl Freeze for SetMarginModeRequest
impl RefUnwindSafe for SetMarginModeRequest
impl Send for SetMarginModeRequest
impl Sync for SetMarginModeRequest
impl Unpin for SetMarginModeRequest
impl UnsafeUnpin for SetMarginModeRequest
impl UnwindSafe for SetMarginModeRequest
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