pub struct DatabaseWrapper(pub Mutex<Database>);Expand description
Wrapper for thread-safe database access
Tuple Fields§
§0: Mutex<Database>Auto Trait Implementations§
impl !Freeze for DatabaseWrapper
impl RefUnwindSafe for DatabaseWrapper
impl Send for DatabaseWrapper
impl Sync for DatabaseWrapper
impl Unpin for DatabaseWrapper
impl UnsafeUnpin for DatabaseWrapper
impl UnwindSafe for DatabaseWrapper
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