pub enum ToolSearchExecutionType {
Server,
Client,
}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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ToolSearchExecutionType
Source§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<ToolSearchExecutionType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ToolSearchExecutionType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ToolSearchExecutionType
Source§impl PartialEq for ToolSearchExecutionType
impl PartialEq for ToolSearchExecutionType
Source§impl Serialize for ToolSearchExecutionType
impl Serialize for ToolSearchExecutionType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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