pub enum TempCleanup {
Never,
OnOverview,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TempCleanup
impl Clone for TempCleanup
Source§fn clone(&self) -> TempCleanup
fn clone(&self) -> TempCleanup
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 moreSource§impl Debug for TempCleanup
impl Debug for TempCleanup
Source§impl Default for TempCleanup
impl Default for TempCleanup
Source§fn default() -> TempCleanup
fn default() -> TempCleanup
Returns the “default value” for a type. Read more
Source§impl PartialEq for TempCleanup
impl PartialEq for TempCleanup
Source§fn eq(&self, other: &TempCleanup) -> bool
fn eq(&self, other: &TempCleanup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TempCleanup
impl Eq for TempCleanup
impl StructuralPartialEq for TempCleanup
Auto Trait Implementations§
impl Freeze for TempCleanup
impl RefUnwindSafe for TempCleanup
impl Send for TempCleanup
impl Sync for TempCleanup
impl Unpin for TempCleanup
impl UnsafeUnpin for TempCleanup
impl UnwindSafe for TempCleanup
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> 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.