pub enum Factions {
Sol,
Centauri,
Alien,
Wildlife,
}Variants§
Trait Implementations§
impl Copy for Factions
impl Eq for Factions
Source§impl Ord for Factions
impl Ord for Factions
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Factions
impl PartialOrd for Factions
impl StructuralPartialEq for Factions
Auto Trait Implementations§
impl Freeze for Factions
impl RefUnwindSafe for Factions
impl Send for Factions
impl Sync for Factions
impl Unpin for Factions
impl UnsafeUnpin for Factions
impl UnwindSafe for Factions
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