pub struct TryIoError(/* private fields */);Available on Unix and crate feature
net only.Expand description
The error type returned by try_io.
This error indicates that the IO resource returned a WouldBlock error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TryIoError
Available on non-
loom only.impl RefUnwindSafe for TryIoError
Available on non-
loom only.impl Send for TryIoError
Available on non-
loom only.impl Sync for TryIoError
Available on non-
loom only.impl Unpin for TryIoError
Available on non-
loom only.impl UnsafeUnpin for TryIoError
Available on non-
loom only.impl UnwindSafe for TryIoError
Available on non-
loom only.Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on non-loom only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on non-
loom only.Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
Available on non-loom only.
impl<T> Instrument for T
Available on non-
loom only.§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> WithSubscriber for T
Available on non-loom only.
impl<T> WithSubscriber for T
Available on non-
loom only.