pub enum PersistenceLevel {
Transient,
Data,
Reconfiguring,
Installing,
}Expand description
What the capability leaves behind (v1.4 §2.3, the level axis of persistence).
Variants§
Trait Implementations§
Source§impl Clone for PersistenceLevel
impl Clone for PersistenceLevel
Source§fn clone(&self) -> PersistenceLevel
fn clone(&self) -> PersistenceLevel
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 PersistenceLevel
Source§impl Debug for PersistenceLevel
impl Debug for PersistenceLevel
Source§impl Default for PersistenceLevel
impl Default for PersistenceLevel
Source§fn default() -> PersistenceLevel
fn default() -> PersistenceLevel
Returns the “default value” for a type. Read more
impl Eq for PersistenceLevel
Source§impl FacetTerm for PersistenceLevel
impl FacetTerm for PersistenceLevel
Source§impl Hash for PersistenceLevel
impl Hash for PersistenceLevel
Source§impl Ord for PersistenceLevel
impl Ord for PersistenceLevel
Source§fn cmp(&self, other: &PersistenceLevel) -> Ordering
fn cmp(&self, other: &PersistenceLevel) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PersistenceLevel
impl PartialEq for PersistenceLevel
Source§impl PartialOrd for PersistenceLevel
impl PartialOrd for PersistenceLevel
impl StructuralPartialEq for PersistenceLevel
Auto Trait Implementations§
impl Freeze for PersistenceLevel
impl RefUnwindSafe for PersistenceLevel
impl Send for PersistenceLevel
impl Sync for PersistenceLevel
impl Unpin for PersistenceLevel
impl UnsafeUnpin for PersistenceLevel
impl UnwindSafe for PersistenceLevel
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.