pub struct DeleteModelResponse {
pub deleted: bool,
pub id: String,
pub object: String,
}
Fields§
§deleted: bool
§id: String
§object: String
Trait Implementations§
Source§impl Clone for DeleteModelResponse
impl Clone for DeleteModelResponse
Source§fn clone(&self) -> DeleteModelResponse
fn clone(&self) -> DeleteModelResponse
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 DeleteModelResponse
impl Debug for DeleteModelResponse
Source§impl Default for DeleteModelResponse
impl Default for DeleteModelResponse
Source§fn default() -> DeleteModelResponse
fn default() -> DeleteModelResponse
Returns the “default value” for a type. Read more
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 Display for DeleteModelResponse
impl Display 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