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