pub struct GetMarginSummaryRequestPath {
pub account_id: String,
}Fields§
§account_id: StringPass the account identifier to receive information for.
- Example:
"U1234567".to_string()
Trait Implementations§
Source§impl Clone for GetMarginSummaryRequestPath
impl Clone for GetMarginSummaryRequestPath
Source§fn clone(&self) -> GetMarginSummaryRequestPath
fn clone(&self) -> GetMarginSummaryRequestPath
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 GetMarginSummaryRequestPath
impl Debug for GetMarginSummaryRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for GetMarginSummaryRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetMarginSummaryRequestPath
impl StructuralPartialEq for GetMarginSummaryRequestPath
Auto Trait Implementations§
impl Freeze for GetMarginSummaryRequestPath
impl RefUnwindSafe for GetMarginSummaryRequestPath
impl Send for GetMarginSummaryRequestPath
impl Sync for GetMarginSummaryRequestPath
impl Unpin for GetMarginSummaryRequestPath
impl UnsafeUnpin for GetMarginSummaryRequestPath
impl UnwindSafe for GetMarginSummaryRequestPath
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