pub enum TableModeSchema {
List,
Map,
Singleton,
}Variants§
Trait Implementations§
Source§impl Clone for TableModeSchema
impl Clone for TableModeSchema
Source§fn clone(&self) -> TableModeSchema
fn clone(&self) -> TableModeSchema
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 TableModeSchema
impl Debug for TableModeSchema
Source§impl<'de> Deserialize<'de> for TableModeSchema
impl<'de> Deserialize<'de> for TableModeSchema
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 TableModeSchema
impl PartialEq for TableModeSchema
Source§fn eq(&self, other: &TableModeSchema) -> bool
fn eq(&self, other: &TableModeSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TableModeSchema
impl Eq for TableModeSchema
impl StructuralPartialEq for TableModeSchema
Auto Trait Implementations§
impl Freeze for TableModeSchema
impl RefUnwindSafe for TableModeSchema
impl Send for TableModeSchema
impl Sync for TableModeSchema
impl Unpin for TableModeSchema
impl UnsafeUnpin for TableModeSchema
impl UnwindSafe for TableModeSchema
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