pub enum PolledOk {
TimeLimitExpired,
ReadyFdCount(u32),
}
Variants§
Trait Implementations§
impl ContiguousMemory for PolledOk
impl Copy for PolledOk
Auto Trait Implementations§
impl RefUnwindSafe for PolledOk
impl Send for PolledOk
impl Sync for PolledOk
impl Unpin for PolledOk
impl UnwindSafe for PolledOk
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