pub enum CleanupPolicy {
DELETE,
COMPACTION,
}Variants§
Trait Implementations§
source§impl Clone for CleanupPolicy
impl Clone for CleanupPolicy
source§fn clone(&self) -> CleanupPolicy
fn clone(&self) -> CleanupPolicy
Returns a copy 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 CleanupPolicy
impl Debug for CleanupPolicy
source§impl Default for CleanupPolicy
impl Default for CleanupPolicy
source§fn default() -> CleanupPolicy
fn default() -> CleanupPolicy
Returns the “default value” for a type. Read more
source§impl Display for CleanupPolicy
impl Display for CleanupPolicy
source§impl FromStr for CleanupPolicy
impl FromStr for CleanupPolicy
source§impl PartialEq for CleanupPolicy
impl PartialEq for CleanupPolicy
source§fn eq(&self, other: &CleanupPolicy) -> bool
fn eq(&self, other: &CleanupPolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CleanupPolicy
impl Eq for CleanupPolicy
impl StructuralPartialEq for CleanupPolicy
Auto Trait Implementations§
impl Freeze for CleanupPolicy
impl RefUnwindSafe for CleanupPolicy
impl Send for CleanupPolicy
impl Sync for CleanupPolicy
impl Unpin for CleanupPolicy
impl UnwindSafe for CleanupPolicy
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.