pub struct DbDropGuard { /* private fields */ }Implementations§
Source§impl DbDropGuard
impl DbDropGuard
Trait Implementations§
Source§impl Debug for DbDropGuard
impl Debug for DbDropGuard
Source§impl Drop for DbDropGuard
impl Drop for DbDropGuard
Auto Trait Implementations§
impl Freeze for DbDropGuard
impl RefUnwindSafe for DbDropGuard
impl Send for DbDropGuard
impl Sync for DbDropGuard
impl Unpin for DbDropGuard
impl UnsafeUnpin for DbDropGuard
impl UnwindSafe for DbDropGuard
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