pub struct ModelValidationRequest {
pub model: String,
pub provider: String,
}Fields§
§model: StringModel identifier
provider: StringProvider name
Trait Implementations§
Source§impl Clone for ModelValidationRequest
impl Clone for ModelValidationRequest
Source§fn clone(&self) -> ModelValidationRequest
fn clone(&self) -> ModelValidationRequest
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 ModelValidationRequest
impl Debug for ModelValidationRequest
Source§impl Default for ModelValidationRequest
impl Default for ModelValidationRequest
Source§fn default() -> ModelValidationRequest
fn default() -> ModelValidationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelValidationRequest
impl<'de> Deserialize<'de> for ModelValidationRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ModelValidationRequest
impl RefUnwindSafe for ModelValidationRequest
impl Send for ModelValidationRequest
impl Sync for ModelValidationRequest
impl Unpin for ModelValidationRequest
impl UnwindSafe for ModelValidationRequest
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