Struct asn1::Utf8String [−][src]
pub struct Utf8String<'a>(_);Expand description
Type for use with Parser.read_element and Writer.write_element for
handling ASN.1 UTF8String.
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<'a> RefUnwindSafe for Utf8String<'a>
impl<'a> Send for Utf8String<'a>
impl<'a> Sync for Utf8String<'a>
impl<'a> Unpin for Utf8String<'a>
impl<'a> UnwindSafe for Utf8String<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more