pub enum VacuumMode {
None,
Incremental,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for VacuumMode
impl Clone for VacuumMode
Source§fn clone(&self) -> VacuumMode
fn clone(&self) -> VacuumMode
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 VacuumMode
impl Debug for VacuumMode
Source§impl PartialEq for VacuumMode
impl PartialEq for VacuumMode
impl Copy for VacuumMode
impl Eq for VacuumMode
impl StructuralPartialEq for VacuumMode
Auto Trait Implementations§
impl Freeze for VacuumMode
impl RefUnwindSafe for VacuumMode
impl Send for VacuumMode
impl Sync for VacuumMode
impl Unpin for VacuumMode
impl UnwindSafe for VacuumMode
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