pub enum AppearanceObjectSpecificChemicalType {
Other,
Hydrochloric,
WhitePhosphorous,
RedPhosphorous,
Unspecified(u8),
}Expand description
UID 408
Variants§
Trait Implementations§
Source§impl Clone for AppearanceObjectSpecificChemicalType
impl Clone for AppearanceObjectSpecificChemicalType
Source§fn clone(&self) -> AppearanceObjectSpecificChemicalType
fn clone(&self) -> AppearanceObjectSpecificChemicalType
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 From<AppearanceObjectSpecificChemicalType> for u8
impl From<AppearanceObjectSpecificChemicalType> for u8
Source§fn from(value: AppearanceObjectSpecificChemicalType) -> Self
fn from(value: AppearanceObjectSpecificChemicalType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AppearanceObjectSpecificChemicalType
impl PartialEq for AppearanceObjectSpecificChemicalType
Source§fn eq(&self, other: &AppearanceObjectSpecificChemicalType) -> bool
fn eq(&self, other: &AppearanceObjectSpecificChemicalType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AppearanceObjectSpecificChemicalType
impl Eq for AppearanceObjectSpecificChemicalType
impl StructuralPartialEq for AppearanceObjectSpecificChemicalType
Auto Trait Implementations§
impl Freeze for AppearanceObjectSpecificChemicalType
impl RefUnwindSafe for AppearanceObjectSpecificChemicalType
impl Send for AppearanceObjectSpecificChemicalType
impl Sync for AppearanceObjectSpecificChemicalType
impl Unpin for AppearanceObjectSpecificChemicalType
impl UnwindSafe for AppearanceObjectSpecificChemicalType
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