pub enum McpElicitationStringType {
String,
}Variants§
String
Trait Implementations§
Source§impl Clone for McpElicitationStringType
impl Clone for McpElicitationStringType
Source§fn clone(&self) -> McpElicitationStringType
fn clone(&self) -> McpElicitationStringType
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 McpElicitationStringType
impl Debug for McpElicitationStringType
Source§impl<'de> Deserialize<'de> for McpElicitationStringType
impl<'de> Deserialize<'de> for McpElicitationStringType
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 McpElicitationStringType
impl PartialEq for McpElicitationStringType
Source§fn eq(&self, other: &McpElicitationStringType) -> bool
fn eq(&self, other: &McpElicitationStringType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for McpElicitationStringType
impl Serialize for McpElicitationStringType
impl Eq for McpElicitationStringType
impl StructuralPartialEq for McpElicitationStringType
Auto Trait Implementations§
impl Freeze for McpElicitationStringType
impl RefUnwindSafe for McpElicitationStringType
impl Send for McpElicitationStringType
impl Sync for McpElicitationStringType
impl Unpin for McpElicitationStringType
impl UnsafeUnpin for McpElicitationStringType
impl UnwindSafe for McpElicitationStringType
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