pub struct SetMarginModeParams {
pub set_margin_mode: String,
}Expand description
Set margin mode request.
Fields§
§set_margin_mode: StringSet margin mode
Trait Implementations§
Source§impl Clone for SetMarginModeParams
impl Clone for SetMarginModeParams
Source§fn clone(&self) -> SetMarginModeParams
fn clone(&self) -> SetMarginModeParams
Returns a duplicate of the value. Read more
1.0.0 · 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 SetMarginModeParams
impl Debug for SetMarginModeParams
Auto Trait Implementations§
impl Freeze for SetMarginModeParams
impl RefUnwindSafe for SetMarginModeParams
impl Send for SetMarginModeParams
impl Sync for SetMarginModeParams
impl Unpin for SetMarginModeParams
impl UnsafeUnpin for SetMarginModeParams
impl UnwindSafe for SetMarginModeParams
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