pub struct GetModelSummarySingleRequest {
pub body: SummaryRequestBody,
}Expand description
Request a summary for a single model.
Fields§
§body: SummaryRequestBodyImplementations§
Source§impl GetModelSummarySingleRequest
impl GetModelSummarySingleRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetModelSummarySingleResponse>
pub async fn parse_response( req: Response, ) -> Result<GetModelSummarySingleResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetModelSummarySingleRequest
impl Clone for GetModelSummarySingleRequest
Source§fn clone(&self) -> GetModelSummarySingleRequest
fn clone(&self) -> GetModelSummarySingleRequest
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 GetModelSummarySingleRequest
impl Debug for GetModelSummarySingleRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetModelSummarySingleRequest
impl<'v_a> ValidateArgs<'v_a> for GetModelSummarySingleRequest
Auto Trait Implementations§
impl Freeze for GetModelSummarySingleRequest
impl RefUnwindSafe for GetModelSummarySingleRequest
impl Send for GetModelSummarySingleRequest
impl Sync for GetModelSummarySingleRequest
impl Unpin for GetModelSummarySingleRequest
impl UnsafeUnpin for GetModelSummarySingleRequest
impl UnwindSafe for GetModelSummarySingleRequest
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