pub enum BuildCategory {
NotCategory = 0,
SiegeEngines = 1,
Traps = 2,
Workshops = 3,
Furnaces = 4,
Constructions = 5,
MachineComponents = 6,
Track = 7,
}Variants§
NotCategory = 0
SiegeEngines = 1
Traps = 2
Workshops = 3
Furnaces = 4
Constructions = 5
MachineComponents = 6
Track = 7
Trait Implementations§
Source§impl Clone for BuildCategory
impl Clone for BuildCategory
Source§fn clone(&self) -> BuildCategory
fn clone(&self) -> BuildCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuildCategory
impl Debug for BuildCategory
Source§impl Default for BuildCategory
impl Default for BuildCategory
Source§impl Enum for BuildCategory
impl Enum for BuildCategory
Source§const VALUES: &'static [BuildCategory]
const VALUES: &'static [BuildCategory]
All enum values for enum type.
Source§impl EnumFull for BuildCategory
impl EnumFull for BuildCategory
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for BuildCategory
impl Hash for BuildCategory
Source§impl PartialEq for BuildCategory
impl PartialEq for BuildCategory
impl Copy for BuildCategory
impl Eq for BuildCategory
impl StructuralPartialEq for BuildCategory
Auto Trait Implementations§
impl Freeze for BuildCategory
impl RefUnwindSafe for BuildCategory
impl Send for BuildCategory
impl Sync for BuildCategory
impl Unpin for BuildCategory
impl UnwindSafe for BuildCategory
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