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