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