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