pub struct LockedEvent(/* private fields */);
Trait Implementations§
Source§impl Event for LockedEvent
impl Event for LockedEvent
Auto Trait Implementations§
impl Freeze for LockedEvent
impl RefUnwindSafe for LockedEvent
impl !Send for LockedEvent
impl !Sync for LockedEvent
impl Unpin for LockedEvent
impl UnwindSafe for LockedEvent
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