pub struct GetPortfolioLedgerRequestPath {
pub account_id: String,
}Fields§
§account_id: StringAccount ID whose ledger data is requested.
- Example:
"DU123456".to_string()
Trait Implementations§
Source§impl Clone for GetPortfolioLedgerRequestPath
impl Clone for GetPortfolioLedgerRequestPath
Source§fn clone(&self) -> GetPortfolioLedgerRequestPath
fn clone(&self) -> GetPortfolioLedgerRequestPath
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 GetPortfolioLedgerRequestPath
impl PartialEq for GetPortfolioLedgerRequestPath
Source§fn eq(&self, other: &GetPortfolioLedgerRequestPath) -> bool
fn eq(&self, other: &GetPortfolioLedgerRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetPortfolioLedgerRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetPortfolioLedgerRequestPath
impl StructuralPartialEq for GetPortfolioLedgerRequestPath
Auto Trait Implementations§
impl Freeze for GetPortfolioLedgerRequestPath
impl RefUnwindSafe for GetPortfolioLedgerRequestPath
impl Send for GetPortfolioLedgerRequestPath
impl Sync for GetPortfolioLedgerRequestPath
impl Unpin for GetPortfolioLedgerRequestPath
impl UnsafeUnpin for GetPortfolioLedgerRequestPath
impl UnwindSafe for GetPortfolioLedgerRequestPath
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