pub enum CleanOption {
Runtime,
State,
Cache,
Logs,
Configuration,
Fdstore,
All,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CleanOption
impl Clone for CleanOption
Source§fn clone(&self) -> CleanOption
fn clone(&self) -> CleanOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CleanOption
impl Debug for CleanOption
Source§impl IntoEnumIterator for CleanOption
impl IntoEnumIterator for CleanOption
type Iterator = CleanOptionIter
fn iter() -> CleanOptionIter ⓘ
Source§impl PartialEq for CleanOption
impl PartialEq for CleanOption
Source§impl PartialOrd for CleanOption
impl PartialOrd for CleanOption
impl Copy for CleanOption
impl Eq for CleanOption
impl StructuralPartialEq for CleanOption
Auto Trait Implementations§
impl Freeze for CleanOption
impl RefUnwindSafe for CleanOption
impl Send for CleanOption
impl Sync for CleanOption
impl Unpin for CleanOption
impl UnsafeUnpin for CleanOption
impl UnwindSafe for CleanOption
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