pub struct DeleteAllocationGroupRequest {
pub body: NameRequestBody,
}Expand description
Deletes a previously created allocation group. This endpoint is only supported for Financial Advisors and IBroker Accounts.
Fields§
§body: NameRequestBodyImplementations§
Source§impl DeleteAllocationGroupRequest
impl DeleteAllocationGroupRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<CreateAllocationGroupResponse>
pub async fn parse_response( req: Response, ) -> Result<CreateAllocationGroupResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for DeleteAllocationGroupRequest
impl Clone for DeleteAllocationGroupRequest
Source§fn clone(&self) -> DeleteAllocationGroupRequest
fn clone(&self) -> DeleteAllocationGroupRequest
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 DeleteAllocationGroupRequest
impl Debug for DeleteAllocationGroupRequest
Source§impl<'v_a> ValidateArgs<'v_a> for DeleteAllocationGroupRequest
impl<'v_a> ValidateArgs<'v_a> for DeleteAllocationGroupRequest
Auto Trait Implementations§
impl Freeze for DeleteAllocationGroupRequest
impl RefUnwindSafe for DeleteAllocationGroupRequest
impl Send for DeleteAllocationGroupRequest
impl Sync for DeleteAllocationGroupRequest
impl Unpin for DeleteAllocationGroupRequest
impl UnsafeUnpin for DeleteAllocationGroupRequest
impl UnwindSafe for DeleteAllocationGroupRequest
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