Struct async_openai::types::DeleteThreadResponse
source · pub struct DeleteThreadResponse {
pub id: String,
pub deleted: bool,
pub object: String,
}
Fields§
§id: String
§deleted: bool
§object: String
Trait Implementations§
source§impl Clone for DeleteThreadResponse
impl Clone for DeleteThreadResponse
source§fn clone(&self) -> DeleteThreadResponse
fn clone(&self) -> DeleteThreadResponse
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 DeleteThreadResponse
impl Debug for DeleteThreadResponse
source§impl Default for DeleteThreadResponse
impl Default for DeleteThreadResponse
source§fn default() -> DeleteThreadResponse
fn default() -> DeleteThreadResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeleteThreadResponse
impl<'de> Deserialize<'de> for DeleteThreadResponse
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 DeleteThreadResponse
impl PartialEq for DeleteThreadResponse
source§fn eq(&self, other: &DeleteThreadResponse) -> bool
fn eq(&self, other: &DeleteThreadResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeleteThreadResponse
impl Serialize for DeleteThreadResponse
impl StructuralPartialEq for DeleteThreadResponse
Auto Trait Implementations§
impl Freeze for DeleteThreadResponse
impl RefUnwindSafe for DeleteThreadResponse
impl Send for DeleteThreadResponse
impl Sync for DeleteThreadResponse
impl Unpin for DeleteThreadResponse
impl UnwindSafe for DeleteThreadResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)