Enum common_types::account_diff::Existance[][src]

pub enum Existance {
    Born,
    Alive,
    Died,
}

Change in existance type.

Variants

Item came into existance.

Item stayed in existance.

Item went out of existance.

Trait Implementations

impl Debug for Existance
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Existance
[src]

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

This method tests for !=.

impl Eq for Existance
[src]

impl Clone for Existance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Existance
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Existance

impl Sync for Existance