Enum barrel::backend::SqlVariant
source · pub enum SqlVariant {
Sqlite,
Pg,
Mysql,
Mssql,
// some variants omitted
}
Expand description
An enum describing all supported Sql flavours
Variants§
Trait Implementations§
source§impl Clone for SqlVariant
impl Clone for SqlVariant
source§fn clone(&self) -> SqlVariant
fn clone(&self) -> SqlVariant
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 SqlVariant
impl Debug for SqlVariant
impl Copy for SqlVariant
Auto Trait Implementations§
impl RefUnwindSafe for SqlVariant
impl Send for SqlVariant
impl Sync for SqlVariant
impl Unpin for SqlVariant
impl UnwindSafe for SqlVariant
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