pub struct GetInvestedAccountsInModelRequest {
pub body: PositionRequestBody,
}Expand description
Request the list of all accounts already invested in the provided model and a summary of their investment.
Fields§
§body: PositionRequestBodyImplementations§
Source§impl GetInvestedAccountsInModelRequest
impl GetInvestedAccountsInModelRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetInvestedAccountsInModelResponse>
pub async fn parse_response( req: Response, ) -> Result<GetInvestedAccountsInModelResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetInvestedAccountsInModelRequest
impl Clone for GetInvestedAccountsInModelRequest
Source§fn clone(&self) -> GetInvestedAccountsInModelRequest
fn clone(&self) -> GetInvestedAccountsInModelRequest
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 GetInvestedAccountsInModelRequest
impl<'v_a> ValidateArgs<'v_a> for GetInvestedAccountsInModelRequest
Auto Trait Implementations§
impl Freeze for GetInvestedAccountsInModelRequest
impl RefUnwindSafe for GetInvestedAccountsInModelRequest
impl Send for GetInvestedAccountsInModelRequest
impl Sync for GetInvestedAccountsInModelRequest
impl Unpin for GetInvestedAccountsInModelRequest
impl UnsafeUnpin for GetInvestedAccountsInModelRequest
impl UnwindSafe for GetInvestedAccountsInModelRequest
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