pub struct GetPerformanceAllPeriodsRequest {
pub query: GetPerformanceAllPeriodsRequestQuery,
pub body: AcctIdRequestBody3,
}Expand description
Returns the performance (MTM) for the given accounts, if more than one account is passed, the result is consolidated.
Fields§
§query: GetPerformanceAllPeriodsRequestQuery§body: AcctIdRequestBody3Implementations§
Source§impl GetPerformanceAllPeriodsRequest
impl GetPerformanceAllPeriodsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetPerformanceAllPeriodsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetPerformanceAllPeriodsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetPerformanceAllPeriodsRequest
impl Clone for GetPerformanceAllPeriodsRequest
Source§fn clone(&self) -> GetPerformanceAllPeriodsRequest
fn clone(&self) -> GetPerformanceAllPeriodsRequest
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 GetPerformanceAllPeriodsRequest
impl<'v_a> ValidateArgs<'v_a> for GetPerformanceAllPeriodsRequest
Auto Trait Implementations§
impl Freeze for GetPerformanceAllPeriodsRequest
impl RefUnwindSafe for GetPerformanceAllPeriodsRequest
impl Send for GetPerformanceAllPeriodsRequest
impl Sync for GetPerformanceAllPeriodsRequest
impl Unpin for GetPerformanceAllPeriodsRequest
impl UnsafeUnpin for GetPerformanceAllPeriodsRequest
impl UnwindSafe for GetPerformanceAllPeriodsRequest
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