pub enum ToolSearchExecutionType {
Server,
Client,
}Available on crate feature
response-types only.Expand description
Whether tool search was executed by the server or by the client.
Variants§
Trait Implementations§
Source§impl Clone for ToolSearchExecutionType
impl Clone for ToolSearchExecutionType
Source§fn clone(&self) -> ToolSearchExecutionType
fn clone(&self) -> ToolSearchExecutionType
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 ToolSearchExecutionType
impl Debug for ToolSearchExecutionType
Source§impl<'de> Deserialize<'de> for ToolSearchExecutionType
impl<'de> Deserialize<'de> for ToolSearchExecutionType
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 ToolSearchExecutionType
impl PartialEq for ToolSearchExecutionType
Source§impl Serialize for ToolSearchExecutionType
impl Serialize for ToolSearchExecutionType
impl Copy for ToolSearchExecutionType
impl Eq for ToolSearchExecutionType
impl StructuralPartialEq for ToolSearchExecutionType
Auto Trait Implementations§
impl Freeze for ToolSearchExecutionType
impl RefUnwindSafe for ToolSearchExecutionType
impl Send for ToolSearchExecutionType
impl Sync for ToolSearchExecutionType
impl Unpin for ToolSearchExecutionType
impl UnsafeUnpin for ToolSearchExecutionType
impl UnwindSafe for ToolSearchExecutionType
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