pub struct GetFundSummaryRequest {
pub path: GetFundSummaryRequestPath,
}Expand description
Provides a summary specific for avilable funds giving more depth than the standard /summary endpoint.
Fields§
§path: GetFundSummaryRequestPathImplementations§
Source§impl GetFundSummaryRequest
impl GetFundSummaryRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetFundSummaryResponse>
pub async fn parse_response(req: Response) -> Result<GetFundSummaryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetFundSummaryRequest
impl Clone for GetFundSummaryRequest
Source§fn clone(&self) -> GetFundSummaryRequest
fn clone(&self) -> GetFundSummaryRequest
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 GetFundSummaryRequest
impl Debug for GetFundSummaryRequest
Source§impl Default for GetFundSummaryRequest
impl Default for GetFundSummaryRequest
Source§impl Validate for GetFundSummaryRequest
impl Validate for GetFundSummaryRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetFundSummaryRequest
impl<'v_a> ValidateArgs<'v_a> for GetFundSummaryRequest
Auto Trait Implementations§
impl Freeze for GetFundSummaryRequest
impl RefUnwindSafe for GetFundSummaryRequest
impl Send for GetFundSummaryRequest
impl Sync for GetFundSummaryRequest
impl Unpin for GetFundSummaryRequest
impl UnsafeUnpin for GetFundSummaryRequest
impl UnwindSafe for GetFundSummaryRequest
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