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