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