pub enum EicCodingScheme {
Eic,
}Expand description
Coding scheme for EIC-coded identifiers (always A01).
Variants§
Eic
EIC — Energy Identification Coding Scheme.
Trait Implementations§
Source§impl Clone for EicCodingScheme
impl Clone for EicCodingScheme
Source§fn clone(&self) -> EicCodingScheme
fn clone(&self) -> EicCodingScheme
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 EicCodingScheme
Source§impl Debug for EicCodingScheme
impl Debug for EicCodingScheme
Source§impl<'de> Deserialize<'de> for EicCodingScheme
impl<'de> Deserialize<'de> for EicCodingScheme
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EicCodingScheme
Source§impl Hash for EicCodingScheme
impl Hash for EicCodingScheme
Source§impl PartialEq for EicCodingScheme
impl PartialEq for EicCodingScheme
Source§fn eq(&self, other: &EicCodingScheme) -> bool
fn eq(&self, other: &EicCodingScheme) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EicCodingScheme
impl Serialize for EicCodingScheme
impl StructuralPartialEq for EicCodingScheme
Auto Trait Implementations§
impl Freeze for EicCodingScheme
impl RefUnwindSafe for EicCodingScheme
impl Send for EicCodingScheme
impl Sync for EicCodingScheme
impl Unpin for EicCodingScheme
impl UnsafeUnpin for EicCodingScheme
impl UnwindSafe for EicCodingScheme
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