pub struct ModifyThreadRequest {
pub tool_resources: Option<ModifyThreadRequest_ToolResources>,
pub metadata: Option<Metadata>,
}Fields§
§tool_resources: Option<ModifyThreadRequest_ToolResources>§metadata: Option<Metadata>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 moreAuto Trait Implementations§
impl Freeze for ModifyThreadRequest
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