pub struct AssistantToolsCode {
pub type: String,
}
Fields§
§type: String
The type of tool being defined: code_interpreter
Trait Implementations§
Source§impl Clone for AssistantToolsCode
impl Clone for AssistantToolsCode
Source§fn clone(&self) -> AssistantToolsCode
fn clone(&self) -> AssistantToolsCode
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 AssistantToolsCode
impl Debug for AssistantToolsCode
Source§impl Default for AssistantToolsCode
impl Default for AssistantToolsCode
Source§fn default() -> AssistantToolsCode
fn default() -> AssistantToolsCode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssistantToolsCode
impl RefUnwindSafe for AssistantToolsCode
impl Send for AssistantToolsCode
impl Sync for AssistantToolsCode
impl Unpin for AssistantToolsCode
impl UnwindSafe for AssistantToolsCode
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