pub enum AppearanceCamouflageType {
DesertCamouflage,
WinterCamouflage,
ForestCamouflage,
Other,
Unspecified(u8),
}Expand description
UID 384
Variants§
Trait Implementations§
Source§impl Clone for AppearanceCamouflageType
impl Clone for AppearanceCamouflageType
Source§fn clone(&self) -> AppearanceCamouflageType
fn clone(&self) -> AppearanceCamouflageType
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 AppearanceCamouflageType
impl Debug for AppearanceCamouflageType
Source§impl Default for AppearanceCamouflageType
impl Default for AppearanceCamouflageType
Source§impl Display for AppearanceCamouflageType
impl Display for AppearanceCamouflageType
Source§impl From<AppearanceCamouflageType> for u8
impl From<AppearanceCamouflageType> for u8
Source§fn from(value: AppearanceCamouflageType) -> Self
fn from(value: AppearanceCamouflageType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AppearanceCamouflageType
impl From<u8> for AppearanceCamouflageType
Source§impl Hash for AppearanceCamouflageType
impl Hash for AppearanceCamouflageType
Source§impl PartialEq for AppearanceCamouflageType
impl PartialEq for AppearanceCamouflageType
impl Copy for AppearanceCamouflageType
impl Eq for AppearanceCamouflageType
impl StructuralPartialEq for AppearanceCamouflageType
Auto Trait Implementations§
impl Freeze for AppearanceCamouflageType
impl RefUnwindSafe for AppearanceCamouflageType
impl Send for AppearanceCamouflageType
impl Sync for AppearanceCamouflageType
impl Unpin for AppearanceCamouflageType
impl UnwindSafe for AppearanceCamouflageType
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