Struct rcgen::DistinguishedName [−][src]
pub struct DistinguishedName { /* fields omitted */ }
Expand description
Implementations
Obtains the attribute value for the given attribute type
Removes the attribute with the specified DnType
Returns true when an actual removal happened, false when no attribute with the specified DnType was found.
Inserts or updates an attribute that consists of type and name
pub fn iter(&self) -> DistinguishedNameIterator<'_>ⓘNotable traits for DistinguishedNameIterator<'a>impl<'a> Iterator for DistinguishedNameIterator<'a> type Item = (&'a DnType, &'a str);
pub fn iter(&self) -> DistinguishedNameIterator<'_>ⓘNotable traits for DistinguishedNameIterator<'a>impl<'a> Iterator for DistinguishedNameIterator<'a> type Item = (&'a DnType, &'a str);
Notable traits for DistinguishedNameIterator<'a>
impl<'a> Iterator for DistinguishedNameIterator<'a> type Item = (&'a DnType, &'a str);
Iterate over the entries
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 DistinguishedName
impl Send for DistinguishedName
impl Sync for DistinguishedName
impl Unpin for DistinguishedName
impl UnwindSafe for DistinguishedName
Blanket Implementations
Mutably borrows from an owned value. Read more