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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for PreviewMarginImpactRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for PreviewMarginImpactRequestPath
impl<'v_a> ValidateArgs<'v_a> 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