#[repr(u8)]pub enum Subrace {
Show 16 variants
Midlander = 0,
Highlander = 1,
Wildwood = 2,
Duskwight = 3,
Plainsfolk = 4,
Dunesfolk = 5,
Seeker = 6,
Keeper = 7,
SeaWolf = 8,
Hellsguard = 9,
Raen = 10,
Xaela = 11,
Hellion = 12,
Lost = 13,
Rava = 14,
Veena = 15,
}
Expand description
The race’s “subrace”. Each race has two subraces, which are actually identical (even down to the ids!) with the exception of Hyurs, which have two unique subraces that are really two separate races.
Variants§
Midlander = 0
Highlander = 1
Wildwood = 2
Duskwight = 3
Plainsfolk = 4
Dunesfolk = 5
Seeker = 6
Keeper = 7
SeaWolf = 8
Hellsguard = 9
Raen = 10
Xaela = 11
Hellion = 12
Lost = 13
Rava = 14
Veena = 15
Trait Implementations§
source§impl PartialEq for Subrace
impl PartialEq for Subrace
impl Eq for Subrace
impl StructuralPartialEq for Subrace
Auto Trait Implementations§
impl Freeze for Subrace
impl RefUnwindSafe for Subrace
impl Send for Subrace
impl Sync for Subrace
impl Unpin for Subrace
impl UnwindSafe for Subrace
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