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