Enum ntex_io::IoStatusUpdate
source · [−]Expand description
Io status
Variants
KeepAlive
Keep-alive timeout occured
WriteBackpressure
Write backpressure is enabled
Stop
Stop io stream handling
PeerGone(Option<Error>)
Peer is disconnected
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IoStatusUpdate
impl Send for IoStatusUpdate
impl Sync for IoStatusUpdate
impl Unpin for IoStatusUpdate
impl UnwindSafe for IoStatusUpdate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more