pub struct GetAllmodelsRequest {
pub body: ReqIDRequestBody,
}Expand description
Retrieve summaries for all models under the advisor account.
Fields§
§body: ReqIDRequestBodyImplementations§
Source§impl GetAllmodelsRequest
impl GetAllmodelsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAllmodelsResponse>
pub async fn parse_response(req: Response) -> Result<GetAllmodelsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllmodelsRequest
impl Clone for GetAllmodelsRequest
Source§fn clone(&self) -> GetAllmodelsRequest
fn clone(&self) -> GetAllmodelsRequest
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 GetAllmodelsRequest
impl Debug for GetAllmodelsRequest
Source§impl Default for GetAllmodelsRequest
impl Default for GetAllmodelsRequest
Source§impl Validate for GetAllmodelsRequest
impl Validate for GetAllmodelsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllmodelsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllmodelsRequest
Auto Trait Implementations§
impl Freeze for GetAllmodelsRequest
impl RefUnwindSafe for GetAllmodelsRequest
impl Send for GetAllmodelsRequest
impl Sync for GetAllmodelsRequest
impl Unpin for GetAllmodelsRequest
impl UnsafeUnpin for GetAllmodelsRequest
impl UnwindSafe for GetAllmodelsRequest
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