pub enum AppearancePaintScheme {
UniformColor,
Camouflage,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for AppearancePaintScheme
impl Clone for AppearancePaintScheme
source§fn clone(&self) -> AppearancePaintScheme
fn clone(&self) -> AppearancePaintScheme
Returns a copy 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 AppearancePaintScheme
impl Debug for AppearancePaintScheme
source§impl Default for AppearancePaintScheme
impl Default for AppearancePaintScheme
source§impl Display for AppearancePaintScheme
impl Display for AppearancePaintScheme
source§impl From<AppearancePaintScheme> for u8
impl From<AppearancePaintScheme> for u8
source§fn from(value: AppearancePaintScheme) -> Self
fn from(value: AppearancePaintScheme) -> Self
Converts to this type from the input type.
source§impl From<u8> for AppearancePaintScheme
impl From<u8> for AppearancePaintScheme
source§impl Hash for AppearancePaintScheme
impl Hash for AppearancePaintScheme
source§impl PartialEq for AppearancePaintScheme
impl PartialEq for AppearancePaintScheme
source§fn eq(&self, other: &AppearancePaintScheme) -> bool
fn eq(&self, other: &AppearancePaintScheme) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AppearancePaintScheme
impl Eq for AppearancePaintScheme
impl StructuralEq for AppearancePaintScheme
impl StructuralPartialEq for AppearancePaintScheme
Auto Trait Implementations§
impl RefUnwindSafe for AppearancePaintScheme
impl Send for AppearancePaintScheme
impl Sync for AppearancePaintScheme
impl Unpin for AppearancePaintScheme
impl UnwindSafe for AppearancePaintScheme
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