pub enum AwardMode {
Current,
All,
}Expand description
Which players receive the award when the evaluation passes.
Variants§
Current
Award only the current player
All
Award all players whose bloops were involved in completing the collection.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AwardMode
impl RefUnwindSafe for AwardMode
impl Send for AwardMode
impl Sync for AwardMode
impl Unpin for AwardMode
impl UnwindSafe for AwardMode
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