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