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