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