pub enum DecayLevel {
Hot,
Cold,
}Variants§
Trait Implementations§
Source§impl Clone for DecayLevel
impl Clone for DecayLevel
Source§fn clone(&self) -> DecayLevel
fn clone(&self) -> DecayLevel
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 DecayLevel
impl Debug for DecayLevel
Source§impl PartialEq for DecayLevel
impl PartialEq for DecayLevel
impl Copy for DecayLevel
impl Eq for DecayLevel
impl StructuralPartialEq for DecayLevel
Auto Trait Implementations§
impl Freeze for DecayLevel
impl RefUnwindSafe for DecayLevel
impl Send for DecayLevel
impl Sync for DecayLevel
impl Unpin for DecayLevel
impl UnsafeUnpin for DecayLevel
impl UnwindSafe for DecayLevel
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