pub enum PoolKind {
PostgreSQL,
SQLite,
}Variants§
Trait Implementations§
impl Copy for PoolKind
impl Eq for PoolKind
Source§impl Ord for PoolKind
impl Ord for PoolKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PoolKind
impl PartialOrd for PoolKind
impl StructuralPartialEq for PoolKind
Auto Trait Implementations§
impl Freeze for PoolKind
impl RefUnwindSafe for PoolKind
impl Send for PoolKind
impl Sync for PoolKind
impl Unpin for PoolKind
impl UnsafeUnpin for PoolKind
impl UnwindSafe for PoolKind
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