pub enum PollControl {
Continue,
Cancel,
}Expand description
Caller decision made independently from delay policy.
Variants§
Trait Implementations§
Source§impl Clone for PollControl
impl Clone for PollControl
Source§fn clone(&self) -> PollControl
fn clone(&self) -> PollControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PollControl
Source§impl Debug for PollControl
impl Debug for PollControl
impl Eq for PollControl
Source§impl PartialEq for PollControl
impl PartialEq for PollControl
impl StructuralPartialEq for PollControl
Auto Trait Implementations§
impl Freeze for PollControl
impl RefUnwindSafe for PollControl
impl Send for PollControl
impl Sync for PollControl
impl Unpin for PollControl
impl UnsafeUnpin for PollControl
impl UnwindSafe for PollControl
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