pub struct GetAllocationGroupsRequest {}Expand description
Retrieves a list of all of the advisor’s allocation groups. This describes the name of the allocation group, number of subaccounts within the group, and the method in use for the group. This endpoint is only supported for Financial Advisors and IBroker Accounts.
Implementations§
Source§impl GetAllocationGroupsRequest
impl GetAllocationGroupsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAllocationGroupsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAllocationGroupsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllocationGroupsRequest
impl Clone for GetAllocationGroupsRequest
Source§fn clone(&self) -> GetAllocationGroupsRequest
fn clone(&self) -> GetAllocationGroupsRequest
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 GetAllocationGroupsRequest
impl Debug for GetAllocationGroupsRequest
Source§impl Default for GetAllocationGroupsRequest
impl Default for GetAllocationGroupsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllocationGroupsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllocationGroupsRequest
Auto Trait Implementations§
impl Freeze for GetAllocationGroupsRequest
impl RefUnwindSafe for GetAllocationGroupsRequest
impl Send for GetAllocationGroupsRequest
impl Sync for GetAllocationGroupsRequest
impl Unpin for GetAllocationGroupsRequest
impl UnsafeUnpin for GetAllocationGroupsRequest
impl UnwindSafe for GetAllocationGroupsRequest
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