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