pub enum CompState {
Sleep,
Active,
}Expand description
Compaction states
Sleep`` means nothing is happening Active`` means the compaction is running
Variants§
Trait Implementations§
impl StructuralPartialEq for CompState
Auto Trait Implementations§
impl Freeze for CompState
impl RefUnwindSafe for CompState
impl Send for CompState
impl Sync for CompState
impl Unpin for CompState
impl UnsafeUnpin for CompState
impl UnwindSafe for CompState
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