pub struct GetSingleAllocationGroupRequest {
pub body: NameRequestBody,
}Expand description
Retrieves the configuration of a single account group. This describes the name of the allocation group, the specific accounts contained in the group, and the allocation method in use along with any relevant quantities. This endpoint is only supported for Financial Advisors and IBroker Accounts.
Fields§
§body: NameRequestBodyImplementations§
Source§impl GetSingleAllocationGroupRequest
impl GetSingleAllocationGroupRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetSingleAllocationGroupResponse>
pub async fn parse_response( req: Response, ) -> Result<GetSingleAllocationGroupResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetSingleAllocationGroupRequest
impl Clone for GetSingleAllocationGroupRequest
Source§fn clone(&self) -> GetSingleAllocationGroupRequest
fn clone(&self) -> GetSingleAllocationGroupRequest
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<'v_a> ValidateArgs<'v_a> for GetSingleAllocationGroupRequest
impl<'v_a> ValidateArgs<'v_a> for GetSingleAllocationGroupRequest
Auto Trait Implementations§
impl Freeze for GetSingleAllocationGroupRequest
impl RefUnwindSafe for GetSingleAllocationGroupRequest
impl Send for GetSingleAllocationGroupRequest
impl Sync for GetSingleAllocationGroupRequest
impl Unpin for GetSingleAllocationGroupRequest
impl UnsafeUnpin for GetSingleAllocationGroupRequest
impl UnwindSafe for GetSingleAllocationGroupRequest
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