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§
Source§impl Debug for CleanDustMode
impl Debug for CleanDustMode
Source§impl PartialEq for CleanDustMode
impl PartialEq for CleanDustMode
impl Eq for CleanDustMode
impl StructuralPartialEq for CleanDustMode
Auto Trait Implementations§
impl Freeze for CleanDustMode
impl RefUnwindSafe for CleanDustMode
impl Send for CleanDustMode
impl Sync for CleanDustMode
impl Unpin for CleanDustMode
impl UnwindSafe for CleanDustMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more