pub enum Io {
Read,
Write,
}Expand description
I/O events which can be subscribed for - or notified about by the crate::Reactor on a
specific Resource.
Variants§
Trait Implementations§
impl Copy for Io
impl Eq for Io
impl StructuralPartialEq for Io
Auto Trait Implementations§
impl RefUnwindSafe for Io
impl Send for Io
impl Sync for Io
impl Unpin for Io
impl UnwindSafe for 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