#[repr(u8)]pub(crate) enum Tag {
Boolean = 1,
Integer = 2,
BitString = 3,
OctetString = 4,
OID = 6,
Enum = 10,
Sequence = 48,
UTCTime = 23,
GeneralizedTime = 24,
ContextSpecificConstructed0 = 160,
ContextSpecificConstructed1 = 161,
ContextSpecificConstructed3 = 163,
}
Variants§
Boolean = 1
Integer = 2
BitString = 3
OctetString = 4
OID = 6
Enum = 10
Sequence = 48
UTCTime = 23
GeneralizedTime = 24
ContextSpecificConstructed0 = 160
ContextSpecificConstructed1 = 161
ContextSpecificConstructed3 = 163
Trait Implementations§
impl Copy for Tag
impl Eq for Tag
impl StructuralPartialEq for Tag
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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