pub enum AdvisoryLockingEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdvisoryLockingEvent
impl RefUnwindSafe for AdvisoryLockingEvent
impl Send for AdvisoryLockingEvent
impl Sync for AdvisoryLockingEvent
impl Unpin for AdvisoryLockingEvent
impl UnwindSafe for AdvisoryLockingEvent
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