pub enum ClassificationType {
Undeclared = 0,
EuropeanUnion = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ClassificationType
impl Clone for ClassificationType
Source§fn clone(&self) -> ClassificationType
fn clone(&self) -> ClassificationType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClassificationType
Source§impl Debug for ClassificationType
impl Debug for ClassificationType
Source§impl From<u8> for ClassificationType
impl From<u8> for ClassificationType
Source§impl PartialEq for ClassificationType
impl PartialEq for ClassificationType
Source§fn eq(&self, other: &ClassificationType) -> bool
fn eq(&self, other: &ClassificationType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClassificationType
Auto Trait Implementations§
impl Freeze for ClassificationType
impl RefUnwindSafe for ClassificationType
impl Send for ClassificationType
impl Sync for ClassificationType
impl Unpin for ClassificationType
impl UnsafeUnpin for ClassificationType
impl UnwindSafe for ClassificationType
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