pub struct SetAccountinvestmentInModelRequest {
pub body: InvestDivestRequestBody,
}Expand description
Assign an account and the amount of cash to allocate into a model.
Fields§
§body: InvestDivestRequestBodyImplementations§
Source§impl SetAccountinvestmentInModelRequest
impl SetAccountinvestmentInModelRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<SetAccountinvestmentInModelResponse>
pub async fn parse_response( req: Response, ) -> Result<SetAccountinvestmentInModelResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for SetAccountinvestmentInModelRequest
impl Clone for SetAccountinvestmentInModelRequest
Source§fn clone(&self) -> SetAccountinvestmentInModelRequest
fn clone(&self) -> SetAccountinvestmentInModelRequest
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 SetAccountinvestmentInModelRequest
impl<'v_a> ValidateArgs<'v_a> for SetAccountinvestmentInModelRequest
Auto Trait Implementations§
impl Freeze for SetAccountinvestmentInModelRequest
impl RefUnwindSafe for SetAccountinvestmentInModelRequest
impl Send for SetAccountinvestmentInModelRequest
impl Sync for SetAccountinvestmentInModelRequest
impl Unpin for SetAccountinvestmentInModelRequest
impl UnsafeUnpin for SetAccountinvestmentInModelRequest
impl UnwindSafe for SetAccountinvestmentInModelRequest
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