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