pub enum TableOption {
Comment(Literal),
Collation(String),
Engine(String),
Another,
}
Variants§
Trait Implementations§
Source§impl Clone for TableOption
impl Clone for TableOption
Source§fn clone(&self) -> TableOption
fn clone(&self) -> TableOption
Returns a copy of the value. Read more
1.0.0 · 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 TableOption
impl Debug for TableOption
Source§impl<'de> Deserialize<'de> for TableOption
impl<'de> Deserialize<'de> for TableOption
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 Display for TableOption
impl Display for TableOption
Source§impl Hash for TableOption
impl Hash for TableOption
Source§impl PartialEq for TableOption
impl PartialEq for TableOption
Source§impl Serialize for TableOption
impl Serialize for TableOption
impl Eq for TableOption
impl StructuralPartialEq for TableOption
Auto Trait Implementations§
impl Freeze for TableOption
impl RefUnwindSafe for TableOption
impl Send for TableOption
impl Sync for TableOption
impl Unpin for TableOption
impl UnwindSafe for TableOption
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