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