Enum eagre_asn1::der::Class
[−]
[src]
pub enum Class { Universal, Application, ContextSpecific, Private, }
DER Class Values
Variants
Universal | Universal | |
Application | Application | |
ContextSpecific | ContextSpecific | |
Private | Private |
Trait Implementations
Derived Implementations
impl Copy for Class
[src]
impl Clone for Class
[src]
fn clone(&self) -> Class
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more