pub enum NoToolSelector {}Trait Implementations§
Source§impl Clone for NoToolSelector
impl Clone for NoToolSelector
Source§fn clone(&self) -> NoToolSelector
fn clone(&self) -> NoToolSelector
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 Debug for NoToolSelector
impl Debug for NoToolSelector
Source§impl<'de> Deserialize<'de> for NoToolSelector
impl<'de> Deserialize<'de> for NoToolSelector
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 Hash for NoToolSelector
impl Hash for NoToolSelector
Source§impl JsonSchema for NoToolSelector
impl JsonSchema for NoToolSelector
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for NoToolSelector
impl PartialEq for NoToolSelector
Source§impl Serialize for NoToolSelector
impl Serialize for NoToolSelector
Source§impl ToolSelector<NoTools> for NoToolSelector
impl ToolSelector<NoTools> for NoToolSelector
impl Copy for NoToolSelector
impl Eq for NoToolSelector
impl StructuralPartialEq for NoToolSelector
Auto Trait Implementations§
impl Freeze for NoToolSelector
impl RefUnwindSafe for NoToolSelector
impl Send for NoToolSelector
impl Sync for NoToolSelector
impl Unpin for NoToolSelector
impl UnsafeUnpin for NoToolSelector
impl UnwindSafe for NoToolSelector
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