pub enum DbOption {
Some(Db),
None,
}Variants§
Auto Trait Implementations§
impl Freeze for DbOption
impl RefUnwindSafe for DbOption
impl Send for DbOption
impl Sync for DbOption
impl Unpin for DbOption
impl UnwindSafe for DbOption
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