pub enum EventTeam {
All,
Team1,
Team2,
}Expand description
The team filter attached to a player-scoped Workshop event.
Variants§
Trait Implementations§
impl Copy for EventTeam
impl Eq for EventTeam
impl StructuralPartialEq for EventTeam
Auto Trait Implementations§
impl Freeze for EventTeam
impl RefUnwindSafe for EventTeam
impl Send for EventTeam
impl Sync for EventTeam
impl Unpin for EventTeam
impl UnsafeUnpin for EventTeam
impl UnwindSafe for EventTeam
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