pub struct DeleteModelParams {
pub model: String,
}
Fields§
§model: String
The model to delete
Implementations§
Trait Implementations§
Source§impl Clone for DeleteModelParams
impl Clone for DeleteModelParams
Source§fn clone(&self) -> DeleteModelParams
fn clone(&self) -> DeleteModelParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteModelParams
impl Debug for DeleteModelParams
Source§impl<'de> Deserialize<'de> for DeleteModelParams
impl<'de> Deserialize<'de> for DeleteModelParams
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
Source§impl PartialEq for DeleteModelParams
impl PartialEq for DeleteModelParams
Source§impl Serialize for DeleteModelParams
impl Serialize for DeleteModelParams
impl StructuralPartialEq for DeleteModelParams
Auto Trait Implementations§
impl Freeze for DeleteModelParams
impl RefUnwindSafe for DeleteModelParams
impl Send for DeleteModelParams
impl Sync for DeleteModelParams
impl Unpin for DeleteModelParams
impl UnwindSafe for DeleteModelParams
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