pub enum CheckpointCacheTimingPhase {
Maintenance,
ReplacementDrop,
EvictionDrop,
IndexPublication,
AbandonedRecovery,
}Variants§
Trait Implementations§
Source§impl Clone for CheckpointCacheTimingPhase
impl Clone for CheckpointCacheTimingPhase
Source§fn clone(&self) -> CheckpointCacheTimingPhase
fn clone(&self) -> CheckpointCacheTimingPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CheckpointCacheTimingPhase
Auto Trait Implementations§
impl Freeze for CheckpointCacheTimingPhase
impl RefUnwindSafe for CheckpointCacheTimingPhase
impl Send for CheckpointCacheTimingPhase
impl Sync for CheckpointCacheTimingPhase
impl Unpin for CheckpointCacheTimingPhase
impl UnsafeUnpin for CheckpointCacheTimingPhase
impl UnwindSafe for CheckpointCacheTimingPhase
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