Struct fluke_maybe_uring::io::ChanReadSend
source · pub struct ChanReadSend { /* private fields */ }Implementations§
source§impl ChanReadSend
impl ChanReadSend
sourcepub fn reset(self)
pub fn reset(self)
Sever this connection abnormally - read will eventually return std::io::ErrorKind::ConnectionReset
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ChanReadSend
impl !Send for ChanReadSend
impl !Sync for ChanReadSend
impl Unpin for ChanReadSend
impl !UnwindSafe for ChanReadSend
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