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