#[repr(u32)]pub enum AeaContextFieldRepresentation {
Raw = 0,
X963 = 1,
Generate = 2,
}Variants§
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 moreSource§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 Copy for AeaContextFieldRepresentation
impl Eq for AeaContextFieldRepresentation
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