pub enum TaggingMode {
Explicit,
Implicit,
Automatic,
}Expand description
Tagging mode for ASN.1 module
Variants§
Trait Implementations§
Source§impl Clone for TaggingMode
impl Clone for TaggingMode
Source§fn clone(&self) -> TaggingMode
fn clone(&self) -> TaggingMode
Returns a duplicate 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 TaggingMode
impl Debug for TaggingMode
Source§impl PartialEq for TaggingMode
impl PartialEq for TaggingMode
impl StructuralPartialEq for TaggingMode
Auto Trait Implementations§
impl Freeze for TaggingMode
impl RefUnwindSafe for TaggingMode
impl Send for TaggingMode
impl Sync for TaggingMode
impl Unpin for TaggingMode
impl UnsafeUnpin for TaggingMode
impl UnwindSafe for TaggingMode
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