Enum parking_lot_core::FilterOp [−][src]
pub enum FilterOp { Unpark, Skip, Stop, }
Operation that unpark_filter
should perform for each thread.
Variants
Unpark
Unpark the thread and continue scanning the list of parked threads.
Skip
Don't unpark the thread and continue scanning the list of parked threads.
Stop
Don't unpark the thread and stop scanning the list of parked threads.
Trait Implementations
impl Copy for FilterOp
[src]
impl Copy for FilterOp
impl Clone for FilterOp
[src]
impl Clone for FilterOp
fn clone(&self) -> FilterOp
[src]
fn clone(&self) -> FilterOp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Eq for FilterOp
[src]
impl Eq for FilterOp
impl PartialEq for FilterOp
[src]
impl PartialEq for FilterOp
fn eq(&self, other: &FilterOp) -> bool
[src]
fn eq(&self, other: &FilterOp) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for FilterOp
[src]
impl Debug for FilterOp