pub struct IntruptedIO<IO> { /* private fields */ }Implementations§
Source§impl<IO> IntruptedIO<IO>
impl<IO> IntruptedIO<IO>
pub fn send_new_io(self, new_io: Option<IO>) -> Result<(), ResumableIOError>
pub fn error(&self) -> &Error
pub fn bytes_read(&self) -> usize
pub fn bytes_written(&self) -> usize
Auto Trait Implementations§
impl<IO> Freeze for IntruptedIO<IO>
impl<IO> !RefUnwindSafe for IntruptedIO<IO>
impl<IO> Send for IntruptedIO<IO>where
IO: Send,
impl<IO> Sync for IntruptedIO<IO>where
IO: Send,
impl<IO> Unpin for IntruptedIO<IO>
impl<IO> !UnwindSafe for IntruptedIO<IO>
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