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