pub struct ReloadableDatabase { /* private fields */ }Expand description
A database that can be reloaded at runtime
Implementations§
Auto Trait Implementations§
impl !Freeze for ReloadableDatabase
impl !RefUnwindSafe for ReloadableDatabase
impl Send for ReloadableDatabase
impl Sync for ReloadableDatabase
impl Unpin for ReloadableDatabase
impl !UnwindSafe for ReloadableDatabase
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