pub enum SuspendBlockerEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SuspendBlockerEvent
impl RefUnwindSafe for SuspendBlockerEvent
impl Send for SuspendBlockerEvent
impl Sync for SuspendBlockerEvent
impl Unpin for SuspendBlockerEvent
impl UnwindSafe for SuspendBlockerEvent
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