Enum vm::schedule::CleanDustMode
source · [−]pub enum CleanDustMode {
Off,
BasicOnly,
WithCodeAndStorage,
}
Expand description
Dust accounts cleanup mode.
Variants
Off
Dust cleanup is disabled.
BasicOnly
Basic dust accounts will be removed.
WithCodeAndStorage
Basic and contract dust accounts will be removed.
Trait Implementations
sourceimpl Debug for CleanDustMode
impl Debug for CleanDustMode
sourceimpl PartialEq<CleanDustMode> for CleanDustMode
impl PartialEq<CleanDustMode> for CleanDustMode
impl Eq for CleanDustMode
impl StructuralEq for CleanDustMode
impl StructuralPartialEq for CleanDustMode
Auto Trait Implementations
impl RefUnwindSafe for CleanDustMode
impl Send for CleanDustMode
impl Sync for CleanDustMode
impl Unpin for CleanDustMode
impl UnwindSafe for CleanDustMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more