pub struct PreviewMarginImpactRequestPath {
pub account_id: String,
}Fields§
§account_id: StringThe account to which the order will clear.
- Example:
"DU123456".to_string()
Trait Implementations§
Source§impl Clone for PreviewMarginImpactRequestPath
impl Clone for PreviewMarginImpactRequestPath
Source§fn clone(&self) -> PreviewMarginImpactRequestPath
fn clone(&self) -> PreviewMarginImpactRequestPath
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 PartialEq for PreviewMarginImpactRequestPath
impl PartialEq for PreviewMarginImpactRequestPath
Source§fn eq(&self, other: &PreviewMarginImpactRequestPath) -> bool
fn eq(&self, other: &PreviewMarginImpactRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for PreviewMarginImpactRequestPath
impl<'v_a> ValidateArgs<'v_a> for PreviewMarginImpactRequestPath
impl StructuralPartialEq for PreviewMarginImpactRequestPath
Auto Trait Implementations§
impl Freeze for PreviewMarginImpactRequestPath
impl RefUnwindSafe for PreviewMarginImpactRequestPath
impl Send for PreviewMarginImpactRequestPath
impl Sync for PreviewMarginImpactRequestPath
impl Unpin for PreviewMarginImpactRequestPath
impl UnsafeUnpin for PreviewMarginImpactRequestPath
impl UnwindSafe for PreviewMarginImpactRequestPath
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