pub enum TableKeyword {
Table,
Tables,
}Expand description
TABLE vs its interchangeable TABLES synonym in the admin-table verbs — a
round-trip spelling tag (MySQL’s table_or_tables).
Variants§
Trait Implementations§
Source§impl Clone for TableKeyword
impl Clone for TableKeyword
Source§fn clone(&self) -> TableKeyword
fn clone(&self) -> TableKeyword
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 moreimpl Copy for TableKeyword
Source§impl Debug for TableKeyword
impl Debug for TableKeyword
Source§impl<'de> Deserialize<'de> for TableKeyword
impl<'de> Deserialize<'de> for TableKeyword
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 TableKeyword
Source§impl Hash for TableKeyword
impl Hash for TableKeyword
Source§impl PartialEq for TableKeyword
impl PartialEq for TableKeyword
Source§impl Serialize for TableKeyword
impl Serialize for TableKeyword
impl StructuralPartialEq for TableKeyword
Auto Trait Implementations§
impl Freeze for TableKeyword
impl RefUnwindSafe for TableKeyword
impl Send for TableKeyword
impl Sync for TableKeyword
impl Unpin for TableKeyword
impl UnsafeUnpin for TableKeyword
impl UnwindSafe for TableKeyword
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