pub struct ToolSearchOptions {
pub query: String,
pub source: Option<String>,
pub limit: usize,
pub fixture_catalog_enabled: bool,
}Fields§
§query: String§source: Option<String>§limit: usize§fixture_catalog_enabled: boolTrait Implementations§
Source§impl Clone for ToolSearchOptions
impl Clone for ToolSearchOptions
Source§fn clone(&self) -> ToolSearchOptions
fn clone(&self) -> ToolSearchOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToolSearchOptions
impl Debug for ToolSearchOptions
impl Eq for ToolSearchOptions
Source§impl PartialEq for ToolSearchOptions
impl PartialEq for ToolSearchOptions
Source§fn eq(&self, other: &ToolSearchOptions) -> bool
fn eq(&self, other: &ToolSearchOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToolSearchOptions
Auto Trait Implementations§
impl Freeze for ToolSearchOptions
impl RefUnwindSafe for ToolSearchOptions
impl Send for ToolSearchOptions
impl Sync for ToolSearchOptions
impl Unpin for ToolSearchOptions
impl UnsafeUnpin for ToolSearchOptions
impl UnwindSafe for ToolSearchOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.