pub struct AssistantToolsFileSearchTypeOnly {}
Implementations§
Trait Implementations§
Source§impl Clone for AssistantToolsFileSearchTypeOnly
impl Clone for AssistantToolsFileSearchTypeOnly
Source§fn clone(&self) -> AssistantToolsFileSearchTypeOnly
fn clone(&self) -> AssistantToolsFileSearchTypeOnly
Returns a duplicate 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
Source§impl<'de> Deserialize<'de> for AssistantToolsFileSearchTypeOnly
impl<'de> Deserialize<'de> for AssistantToolsFileSearchTypeOnly
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 PartialEq for AssistantToolsFileSearchTypeOnly
impl PartialEq for AssistantToolsFileSearchTypeOnly
Source§fn eq(&self, other: &AssistantToolsFileSearchTypeOnly) -> bool
fn eq(&self, other: &AssistantToolsFileSearchTypeOnly) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AssistantToolsFileSearchTypeOnly
impl StructuralPartialEq for AssistantToolsFileSearchTypeOnly
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