Enum parking_lot_core::FilterOp [−][src]
pub enum FilterOp {
Unpark,
Skip,
Stop,
}Operation that unpark_filter should perform for each thread.
Variants
UnparkUnpark the thread and continue scanning the list of parked threads.
SkipDon't unpark the thread and continue scanning the list of parked threads.
StopDon't unpark the thread and stop scanning the list of parked threads.
Trait Implementations
impl Copy for FilterOp[src]
impl Copy for FilterOpimpl Clone for FilterOp[src]
impl Clone for FilterOpfn clone(&self) -> FilterOp[src]
fn clone(&self) -> FilterOpReturns 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 FilterOpimpl PartialEq for FilterOp[src]
impl PartialEq for FilterOpfn eq(&self, other: &FilterOp) -> bool[src]
fn eq(&self, other: &FilterOp) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for FilterOp[src]
impl Debug for FilterOp