Enum vm::CleanDustMode[][src]

pub enum CleanDustMode {
    Off,
    BasicOnly,
    WithCodeAndStorage,
}

Dust accounts cleanup mode.

Variants

Dust cleanup is disabled.

Basic dust accounts will be removed.

Basic and contract dust accounts will be removed.

Trait Implementations

impl PartialEq for CleanDustMode
[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 CleanDustMode
[src]

Auto Trait Implementations

impl Send for CleanDustMode

impl Sync for CleanDustMode