pub struct GetAccountMarketSummaryRequestPath {
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 GetAccountMarketSummaryRequestPath
impl Clone for GetAccountMarketSummaryRequestPath
Source§fn clone(&self) -> GetAccountMarketSummaryRequestPath
fn clone(&self) -> GetAccountMarketSummaryRequestPath
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 GetAccountMarketSummaryRequestPath
impl PartialEq for GetAccountMarketSummaryRequestPath
Source§fn eq(&self, other: &GetAccountMarketSummaryRequestPath) -> bool
fn eq(&self, other: &GetAccountMarketSummaryRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetAccountMarketSummaryRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetAccountMarketSummaryRequestPath
impl StructuralPartialEq for GetAccountMarketSummaryRequestPath
Auto Trait Implementations§
impl Freeze for GetAccountMarketSummaryRequestPath
impl RefUnwindSafe for GetAccountMarketSummaryRequestPath
impl Send for GetAccountMarketSummaryRequestPath
impl Sync for GetAccountMarketSummaryRequestPath
impl Unpin for GetAccountMarketSummaryRequestPath
impl UnsafeUnpin for GetAccountMarketSummaryRequestPath
impl UnwindSafe for GetAccountMarketSummaryRequestPath
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