pub struct GetAllocationPresetsRequest {}Expand description
Retrieve the preset behavior for allocation groups for specific events. This endpoint is only supported for Financial Advisors and IBroker Accounts.
Implementations§
Source§impl GetAllocationPresetsRequest
impl GetAllocationPresetsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAllocationPresetsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAllocationPresetsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllocationPresetsRequest
impl Clone for GetAllocationPresetsRequest
Source§fn clone(&self) -> GetAllocationPresetsRequest
fn clone(&self) -> GetAllocationPresetsRequest
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 GetAllocationPresetsRequest
impl Debug for GetAllocationPresetsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllocationPresetsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllocationPresetsRequest
Auto Trait Implementations§
impl Freeze for GetAllocationPresetsRequest
impl RefUnwindSafe for GetAllocationPresetsRequest
impl Send for GetAllocationPresetsRequest
impl Sync for GetAllocationPresetsRequest
impl Unpin for GetAllocationPresetsRequest
impl UnsafeUnpin for GetAllocationPresetsRequest
impl UnwindSafe for GetAllocationPresetsRequest
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