pub enum BossState {
Hydra(HydraAnimState),
Committee(CommitteeAnimState),
Algorithm(AlgorithmAnimState),
}Expand description
Unified boss state enum.
Variants§
Trait Implementations§
impl Copy for BossState
impl StructuralPartialEq for BossState
Auto Trait Implementations§
impl Freeze for BossState
impl RefUnwindSafe for BossState
impl Send for BossState
impl Sync for BossState
impl Unpin for BossState
impl UnsafeUnpin for BossState
impl UnwindSafe for BossState
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