pub enum TeamID {
ALL,
UNKNOWN,
ORDER,
CHAOS,
NEUTRAL,
}
Expand description
Enum representation of different team IDs
Variants§
Auto Trait Implementations§
impl Freeze for TeamID
impl RefUnwindSafe for TeamID
impl Send for TeamID
impl Sync for TeamID
impl Unpin for TeamID
impl UnwindSafe for TeamID
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