pub enum ElicitationRequestedSchemaType {
Object,
}Expand description
Schema type indicator (always ‘object’)
Variants§
Object
Trait Implementations§
Source§impl Clone for ElicitationRequestedSchemaType
impl Clone for ElicitationRequestedSchemaType
Source§fn clone(&self) -> ElicitationRequestedSchemaType
fn clone(&self) -> ElicitationRequestedSchemaType
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 Default for ElicitationRequestedSchemaType
impl Default for ElicitationRequestedSchemaType
Source§fn default() -> ElicitationRequestedSchemaType
fn default() -> ElicitationRequestedSchemaType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ElicitationRequestedSchemaType
impl<'de> Deserialize<'de> for ElicitationRequestedSchemaType
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
impl Eq for ElicitationRequestedSchemaType
Source§impl PartialEq for ElicitationRequestedSchemaType
impl PartialEq for ElicitationRequestedSchemaType
Source§fn eq(&self, other: &ElicitationRequestedSchemaType) -> bool
fn eq(&self, other: &ElicitationRequestedSchemaType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ElicitationRequestedSchemaType
Auto Trait Implementations§
impl Freeze for ElicitationRequestedSchemaType
impl RefUnwindSafe for ElicitationRequestedSchemaType
impl Send for ElicitationRequestedSchemaType
impl Sync for ElicitationRequestedSchemaType
impl Unpin for ElicitationRequestedSchemaType
impl UnsafeUnpin for ElicitationRequestedSchemaType
impl UnwindSafe for ElicitationRequestedSchemaType
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