pub enum CleanupPriority {
Low,
Normal,
High,
}Expand description
Priority for session cleanup
Variants§
Trait Implementations§
Source§impl Clone for CleanupPriority
impl Clone for CleanupPriority
Source§fn clone(&self) -> CleanupPriority
fn clone(&self) -> CleanupPriority
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 CleanupPriority
impl Debug for CleanupPriority
Source§impl Ord for CleanupPriority
impl Ord for CleanupPriority
Source§fn cmp(&self, other: &CleanupPriority) -> Ordering
fn cmp(&self, other: &CleanupPriority) -> Ordering
1.21.0 · 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 CleanupPriority
impl PartialEq for CleanupPriority
Source§impl PartialOrd for CleanupPriority
impl PartialOrd for CleanupPriority
impl Copy for CleanupPriority
impl Eq for CleanupPriority
impl StructuralPartialEq for CleanupPriority
Auto Trait Implementations§
impl Freeze for CleanupPriority
impl RefUnwindSafe for CleanupPriority
impl Send for CleanupPriority
impl Sync for CleanupPriority
impl Unpin for CleanupPriority
impl UnwindSafe for CleanupPriority
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.