#[repr(u32)]pub enum AeaContextFieldRepresentation {
Raw = 0,
X963 = 1,
Generate = 2,
}Expand description
Wraps AEA context field representation identifiers.
Variants§
Raw = 0
Wraps the Raw variant of AeaContextFieldRepresentation.
X963 = 1
Wraps the X963 variant of AeaContextFieldRepresentation.
Generate = 2
Wraps the Generate variant of AeaContextFieldRepresentation.
Trait Implementations§
Source§impl Clone for AeaContextFieldRepresentation
impl Clone for AeaContextFieldRepresentation
Source§fn clone(&self) -> AeaContextFieldRepresentation
fn clone(&self) -> AeaContextFieldRepresentation
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 AeaContextFieldRepresentation
impl Eq for AeaContextFieldRepresentation
Source§impl Hash for AeaContextFieldRepresentation
impl Hash for AeaContextFieldRepresentation
Source§impl PartialEq for AeaContextFieldRepresentation
impl PartialEq for AeaContextFieldRepresentation
Source§fn eq(&self, other: &AeaContextFieldRepresentation) -> bool
fn eq(&self, other: &AeaContextFieldRepresentation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AeaContextFieldRepresentation
Auto Trait Implementations§
impl Freeze for AeaContextFieldRepresentation
impl RefUnwindSafe for AeaContextFieldRepresentation
impl Send for AeaContextFieldRepresentation
impl Sync for AeaContextFieldRepresentation
impl Unpin for AeaContextFieldRepresentation
impl UnsafeUnpin for AeaContextFieldRepresentation
impl UnwindSafe for AeaContextFieldRepresentation
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