pub struct Asn1Type(/* private fields */);
Expand description
The type of an ASN.1 value.
Implementations§
Source§impl Asn1Type
impl Asn1Type
pub const EOC: Asn1Type
pub const BOOLEAN: Asn1Type
pub const INTEGER: Asn1Type
pub const BIT_STRING: Asn1Type
pub const OCTET_STRING: Asn1Type
pub const NULL: Asn1Type
pub const OBJECT: Asn1Type
pub const OBJECT_DESCRIPTOR: Asn1Type
pub const EXTERNAL: Asn1Type
pub const REAL: Asn1Type
pub const ENUMERATED: Asn1Type
pub const UTF8STRING: Asn1Type
pub const SEQUENCE: Asn1Type
pub const SET: Asn1Type
pub const NUMERICSTRING: Asn1Type
pub const PRINTABLESTRING: Asn1Type
pub const T61STRING: Asn1Type
pub const TELETEXSTRING: Asn1Type
pub const VIDEOTEXSTRING: Asn1Type
pub const IA5STRING: Asn1Type
pub const UTCTIME: Asn1Type
pub const GENERALIZEDTIME: Asn1Type
pub const GRAPHICSTRING: Asn1Type
pub const ISO64STRING: Asn1Type
pub const VISIBLESTRING: Asn1Type
pub const GENERALSTRING: Asn1Type
pub const UNIVERSALSTRING: Asn1Type
pub const BMPSTRING: Asn1Type
Trait Implementations§
impl Copy for Asn1Type
impl Eq for Asn1Type
impl StructuralPartialEq for Asn1Type
Auto Trait Implementations§
impl Freeze for Asn1Type
impl RefUnwindSafe for Asn1Type
impl Send for Asn1Type
impl Sync for Asn1Type
impl Unpin for Asn1Type
impl UnwindSafe for Asn1Type
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