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