Enum promise::State [] [src]

pub enum State {
    PENDING,
    FULFILLED,
    REJECTED,
}

Variants

Trait Implementations

impl PartialEq for State
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for State
[src]

Formats the value using the given formatter.

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more