Enum tiny_future::State [−][src]
pub enum State {
Waiting,
Ready,
Consumed,
Canceled,
}Variants
WaitingReadyConsumedCanceled
Trait Implementations
impl Clone for State[src]
impl Clone for Statefn clone(&self) -> State[src]
fn clone(&self) -> StateReturns 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 Copy for State[src]
impl Copy for Stateimpl Debug for State[src]
impl Debug for Statefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for State[src]
impl Eq for Stateimpl PartialEq for State[src]
impl PartialEq for State