pub struct GetModelPresetsRequest {
pub body: ReqIDRequestBody,
}Expand description
Get the preset behavior for model rebalancing.
Fields§
§body: ReqIDRequestBodyImplementations§
Source§impl GetModelPresetsRequest
impl GetModelPresetsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetModelPresetsResponse>
pub async fn parse_response(req: Response) -> Result<GetModelPresetsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetModelPresetsRequest
impl Clone for GetModelPresetsRequest
Source§fn clone(&self) -> GetModelPresetsRequest
fn clone(&self) -> GetModelPresetsRequest
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 GetModelPresetsRequest
impl Debug for GetModelPresetsRequest
Source§impl Default for GetModelPresetsRequest
impl Default for GetModelPresetsRequest
Source§impl Validate for GetModelPresetsRequest
impl Validate for GetModelPresetsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetModelPresetsRequest
impl<'v_a> ValidateArgs<'v_a> for GetModelPresetsRequest
Auto Trait Implementations§
impl Freeze for GetModelPresetsRequest
impl RefUnwindSafe for GetModelPresetsRequest
impl Send for GetModelPresetsRequest
impl Sync for GetModelPresetsRequest
impl Unpin for GetModelPresetsRequest
impl UnsafeUnpin for GetModelPresetsRequest
impl UnwindSafe for GetModelPresetsRequest
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