Enum vm::CleanDustMode [−][src]
pub enum CleanDustMode {
    Off,
    BasicOnly,
    WithCodeAndStorage,
}Dust accounts cleanup mode.
Variants
OffDust cleanup is disabled.
BasicOnlyBasic dust accounts will be removed.
WithCodeAndStorageBasic and contract dust accounts will be removed.
Trait Implementations
impl PartialEq for CleanDustMode[src] 
impl PartialEq for CleanDustModefn eq(&self, other: &CleanDustMode) -> bool[src] 
fn eq(&self, other: &CleanDustMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for CleanDustMode[src] 
impl Eq for CleanDustModeAuto Trait Implementations
impl Send for CleanDustMode
impl Send for CleanDustModeimpl Sync for CleanDustMode
impl Sync for CleanDustMode