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