pub struct DBKey;Expand description
Unique type for a typemap::Key used to fetch from the Telexide context
the r2d2::Pool<SqliteConnectionManager>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DBKey
impl RefUnwindSafe for DBKey
impl Send for DBKey
impl Sync for DBKey
impl Unpin for DBKey
impl UnsafeUnpin for DBKey
impl UnwindSafe for DBKey
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