pub enum ReadEvent {
Read(u32),
Eof,
Failed(i32),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadEvent
impl RefUnwindSafe for ReadEvent
impl Send for ReadEvent
impl Sync for ReadEvent
impl Unpin for ReadEvent
impl UnsafeUnpin for ReadEvent
impl UnwindSafe for ReadEvent
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