Enum eagre_asn1::der::ContentType
[−]
[src]
pub enum ContentType { Primitive, Constructed, }
DER ContentType Values
Variants
Primitive | Primitive | |
Constructed | Constructed |
Trait Implementations
Derived Implementations
impl Copy for ContentType
[src]
impl Clone for ContentType
[src]
fn clone(&self) -> ContentType
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