Struct async_openai::types::ModifyThreadRequest
source · pub struct ModifyThreadRequest {
pub metadata: Option<HashMap<String, Value>>,
}
Fields§
§metadata: Option<HashMap<String, Value>>
Trait Implementations§
source§impl Clone for ModifyThreadRequest
impl Clone for ModifyThreadRequest
source§fn clone(&self) -> ModifyThreadRequest
fn clone(&self) -> ModifyThreadRequest
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 ModifyThreadRequest
impl Debug for ModifyThreadRequest
source§impl Default for ModifyThreadRequest
impl Default for ModifyThreadRequest
source§fn default() -> ModifyThreadRequest
fn default() -> ModifyThreadRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ModifyThreadRequest
impl<'de> Deserialize<'de> for ModifyThreadRequest
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 ModifyThreadRequest
impl PartialEq for ModifyThreadRequest
source§fn eq(&self, other: &ModifyThreadRequest) -> bool
fn eq(&self, other: &ModifyThreadRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ModifyThreadRequest
impl Serialize for ModifyThreadRequest
impl StructuralPartialEq for ModifyThreadRequest
Auto Trait Implementations§
impl RefUnwindSafe for ModifyThreadRequest
impl Send for ModifyThreadRequest
impl Sync for ModifyThreadRequest
impl Unpin for ModifyThreadRequest
impl UnwindSafe for ModifyThreadRequest
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