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