pub enum GoalGroupAst {
Required,
Optional,
StatusEffect,
}Expand description
Logical grouping for goals used when rendering score breakdowns.
Variants§
Required
Mandatory goals that count toward completion.
Optional
Optional side objectives.
StatusEffect
Status effects or temporary conditions.
Trait Implementations§
Source§impl Clone for GoalGroupAst
impl Clone for GoalGroupAst
Source§fn clone(&self) -> GoalGroupAst
fn clone(&self) -> GoalGroupAst
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 GoalGroupAst
impl Debug for GoalGroupAst
Source§impl PartialEq for GoalGroupAst
impl PartialEq for GoalGroupAst
impl StructuralPartialEq for GoalGroupAst
Auto Trait Implementations§
impl Freeze for GoalGroupAst
impl RefUnwindSafe for GoalGroupAst
impl Send for GoalGroupAst
impl Sync for GoalGroupAst
impl Unpin for GoalGroupAst
impl UnwindSafe for GoalGroupAst
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