Enum crossbus::blocker::BlockerState
source · pub enum BlockerState {
Created,
Started,
Running,
Aborted,
Finished,
}Expand description
Blocker state
Variants§
Trait Implementations§
source§impl Clone for BlockerState
impl Clone for BlockerState
source§fn clone(&self) -> BlockerState
fn clone(&self) -> BlockerState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BlockerState
impl Debug for BlockerState
source§impl PartialEq<BlockerState> for BlockerState
impl PartialEq<BlockerState> for BlockerState
source§fn eq(&self, other: &BlockerState) -> bool
fn eq(&self, other: &BlockerState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.