pub enum PatienceBand {
Low,
Mid,
High,
}Expand description
Patience band for the PDE judge. Three bands, not five: the judge prompt prescribes one interaction register per band (how curt the tone runs, whether irritation shows), and the engine states which band applies.
Variants§
Trait Implementations§
Source§impl Clone for PatienceBand
impl Clone for PatienceBand
Source§fn clone(&self) -> PatienceBand
fn clone(&self) -> PatienceBand
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 PatienceBand
Source§impl Debug for PatienceBand
impl Debug for PatienceBand
impl Eq for PatienceBand
Source§impl PartialEq for PatienceBand
impl PartialEq for PatienceBand
impl StructuralPartialEq for PatienceBand
Auto Trait Implementations§
impl Freeze for PatienceBand
impl RefUnwindSafe for PatienceBand
impl Send for PatienceBand
impl Sync for PatienceBand
impl Unpin for PatienceBand
impl UnsafeUnpin for PatienceBand
impl UnwindSafe for PatienceBand
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