Struct openai_api_rs::v1::assistant::DeletionStatus
source · pub struct DeletionStatus {
pub id: String,
pub object: String,
pub deleted: bool,
}
Fields§
§id: String
§object: String
§deleted: bool
Trait Implementations§
source§impl Debug for DeletionStatus
impl Debug for DeletionStatus
source§impl<'de> Deserialize<'de> for DeletionStatus
impl<'de> Deserialize<'de> for DeletionStatus
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 RefUnwindSafe for DeletionStatus
impl Send for DeletionStatus
impl Sync for DeletionStatus
impl Unpin for DeletionStatus
impl UnwindSafe for DeletionStatus
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