pub struct IoClosed;
Expand description
The I/O worker has closed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoClosed
impl RefUnwindSafe for IoClosed
impl Send for IoClosed
impl Sync for IoClosed
impl Unpin for IoClosed
impl UnwindSafe for IoClosed
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