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