Struct openai_api_rs::v1::thread::ModifyThreadRequest
source · pub struct ModifyThreadRequest {
pub metadata: Option<HashMap<String, String>>,
}
Fields§
§metadata: Option<HashMap<String, String>>
Implementations§
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
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