pub struct DeleteModelResponse {
    pub id: String,
    pub object: String,
    pub deleted: bool,
}Fields§
§id: String§object: String§deleted: boolTrait Implementations§
Source§impl Clone for DeleteModelResponse
 
impl Clone for DeleteModelResponse
Source§fn clone(&self) -> DeleteModelResponse
 
fn clone(&self) -> DeleteModelResponse
Returns a copy 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 DeleteModelResponse
 
impl Debug for DeleteModelResponse
Source§impl<'de> Deserialize<'de> for DeleteModelResponse
 
impl<'de> Deserialize<'de> for DeleteModelResponse
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 DeleteModelResponse
 
impl PartialEq for DeleteModelResponse
Source§impl Serialize for DeleteModelResponse
 
impl Serialize for DeleteModelResponse
impl StructuralPartialEq for DeleteModelResponse
Auto Trait Implementations§
impl Freeze for DeleteModelResponse
impl RefUnwindSafe for DeleteModelResponse
impl Send for DeleteModelResponse
impl Sync for DeleteModelResponse
impl Unpin for DeleteModelResponse
impl UnwindSafe for DeleteModelResponse
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