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