pub(crate) enum IoHandle {
Enabled(Handle),
Disabled(UnparkThread),
}
Variants§
Enabled(Handle)
Disabled(UnparkThread)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for IoHandle
impl RefUnwindSafe for IoHandle
impl Send for IoHandle
impl Sync for IoHandle
impl Unpin for IoHandle
impl UnwindSafe for IoHandle
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