Enum ckb_types::core::cell::CellStatus[][src]

pub enum CellStatus {
    Live(CellMeta),
    Dead,
    Unknown,
}
Expand description

TODO(doc): @quake

Variants

Live(CellMeta)

Cell exists and has not been spent.

Tuple Fields of Live

0: CellMeta
Dead

Cell exists and has been spent.

Unknown

Cell is out of index.

Implementations

TODO(doc): @quake

TODO(doc): @quake

TODO(doc): @quake

Returns true if the status is a Unknown value.

Trait Implementations

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.