Struct asn1::OwnedBitString [−][src]
pub struct OwnedBitString { /* fields omitted */ }Expand description
Represents an ASN.1 BIT STRING whose contents owned.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OwnedBitString
impl Send for OwnedBitString
impl Sync for OwnedBitString
impl Unpin for OwnedBitString
impl UnwindSafe for OwnedBitString
Blanket Implementations
Mutably borrows from an owned value. Read more