Enum clia_rustorm::DBPlatform
source · [−]pub enum DBPlatform {
Postgres(Box<PostgresDB>),
}Variants
Postgres(Box<PostgresDB>)
Trait Implementations
sourceimpl Deref for DBPlatform
impl Deref for DBPlatform
Auto Trait Implementations
impl !RefUnwindSafe for DBPlatform
impl Send for DBPlatform
impl !Sync for DBPlatform
impl Unpin for DBPlatform
impl !UnwindSafe for DBPlatform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more