Struct x509_parser::x509::UniqueIdentifier[][src]

pub struct UniqueIdentifier<'a>(pub BitStringObject<'a>);

Trait Implementations

impl<'a> Debug for UniqueIdentifier<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for UniqueIdentifier<'a>
[src]

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> Send for UniqueIdentifier<'a>

impl<'a> Sync for UniqueIdentifier<'a>