Struct async_openai::types::AssistantToolsCode
source · pub struct AssistantToolsCode {
pub type: String,
}
Expand description
Code interpreter tool
Fields§
§type: String
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§impl<'de> Deserialize<'de> for AssistantToolsCode
impl<'de> Deserialize<'de> for AssistantToolsCode
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 From<AssistantToolsCode> for AssistantTools
impl From<AssistantToolsCode> for AssistantTools
source§fn from(value: AssistantToolsCode) -> Self
fn from(value: AssistantToolsCode) -> Self
Converts to this type from the input type.
source§impl PartialEq for AssistantToolsCode
impl PartialEq for AssistantToolsCode
source§fn eq(&self, other: &AssistantToolsCode) -> bool
fn eq(&self, other: &AssistantToolsCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AssistantToolsCode
impl Serialize for AssistantToolsCode
impl StructuralPartialEq for AssistantToolsCode
Auto Trait Implementations§
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