Enum virtual_mio::HandlerGuardState
source · pub enum HandlerGuardState {
None,
ExternalHandler(InterestGuard),
WakerMap(InterestGuard, InterestWakerMap),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandlerGuardState
impl RefUnwindSafe for HandlerGuardState
impl Send for HandlerGuardState
impl Sync for HandlerGuardState
impl Unpin for HandlerGuardState
impl UnwindSafe for HandlerGuardState
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