pub struct GetAssetAllocationRequest {
pub path: GetAssetAllocationRequestPath,
pub query: GetAssetAllocationRequestQuery,
}Expand description
Get an account’s allocations by asset class, sector group, and sector.
Fields§
§path: GetAssetAllocationRequestPath§query: GetAssetAllocationRequestQueryImplementations§
Source§impl GetAssetAllocationRequest
impl GetAssetAllocationRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAssetAllocationResponse>
pub async fn parse_response(req: Response) -> Result<GetAssetAllocationResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAssetAllocationRequest
impl Clone for GetAssetAllocationRequest
Source§fn clone(&self) -> GetAssetAllocationRequest
fn clone(&self) -> GetAssetAllocationRequest
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 Debug for GetAssetAllocationRequest
impl Debug for GetAssetAllocationRequest
Source§impl Default for GetAssetAllocationRequest
impl Default for GetAssetAllocationRequest
Source§impl Validate for GetAssetAllocationRequest
impl Validate for GetAssetAllocationRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAssetAllocationRequest
impl<'v_a> ValidateArgs<'v_a> for GetAssetAllocationRequest
Auto Trait Implementations§
impl Freeze for GetAssetAllocationRequest
impl RefUnwindSafe for GetAssetAllocationRequest
impl Send for GetAssetAllocationRequest
impl Sync for GetAssetAllocationRequest
impl Unpin for GetAssetAllocationRequest
impl UnsafeUnpin for GetAssetAllocationRequest
impl UnwindSafe for GetAssetAllocationRequest
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