pub struct hs_database;Auto Trait Implementations§
impl Freeze for hs_database
impl RefUnwindSafe for hs_database
impl Send for hs_database
impl Sync for hs_database
impl Unpin for hs_database
impl UnsafeUnpin for hs_database
impl UnwindSafe for hs_database
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