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 Freeze for ChanReadSend
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