pub struct ModelParamsResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ModelParamsResponse
impl Clone for ModelParamsResponse
Source§fn clone(&self) -> ModelParamsResponse
fn clone(&self) -> ModelParamsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModelParamsResponse
impl Debug for ModelParamsResponse
Source§impl Default for ModelParamsResponse
impl Default for ModelParamsResponse
Source§impl From<ModelParamsResponse> for ModelParamsResponse
impl From<ModelParamsResponse> for ModelParamsResponse
Source§fn from(value: ModelParamsResponse) -> Self
fn from(value: ModelParamsResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ModelParamsResponse> for ModelParamsResponse
impl TryFrom<ModelParamsResponse> for ModelParamsResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ModelParamsResponse) -> Result<Self, ConversionError>
fn try_from(value: ModelParamsResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ModelParamsResponse
impl RefUnwindSafe for ModelParamsResponse
impl Send for ModelParamsResponse
impl Sync for ModelParamsResponse
impl Unpin for ModelParamsResponse
impl UnsafeUnpin for ModelParamsResponse
impl UnwindSafe for ModelParamsResponse
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