pub struct Pollable { /* private fields */ }
Expand description
pollable
represents a single I/O event which may be ready, or not.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pollable
impl RefUnwindSafe for Pollable
impl Send for Pollable
impl Sync for Pollable
impl Unpin for Pollable
impl UnwindSafe for Pollable
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