pub enum DialectKind {
Postgres,
Mysql,
}Expand description
Identifier of which dialect a connection or piece of code targets.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DialectKind
impl Clone for DialectKind
Source§fn clone(&self) -> DialectKind
fn clone(&self) -> DialectKind
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 DialectKind
Source§impl Debug for DialectKind
impl Debug for DialectKind
impl Eq for DialectKind
Source§impl Hash for DialectKind
impl Hash for DialectKind
Source§impl PartialEq for DialectKind
impl PartialEq for DialectKind
impl StructuralPartialEq for DialectKind
Auto Trait Implementations§
impl Freeze for DialectKind
impl RefUnwindSafe for DialectKind
impl Send for DialectKind
impl Sync for DialectKind
impl Unpin for DialectKind
impl UnsafeUnpin for DialectKind
impl UnwindSafe for DialectKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.