pub struct RelativeDistinguishedName<'a> { /* private fields */ }Expand description
An X.509 RelativeDistinguishedName.
Implementations§
Source§impl<'a> RelativeDistinguishedName<'a>
impl<'a> RelativeDistinguishedName<'a>
Sourcepub fn organization(value: &'a str) -> Self
pub fn organization(value: &'a str) -> Self
Sourcepub fn organizational_unit(value: &'a str) -> Self
pub fn organizational_unit(value: &'a str) -> Self
Sourcepub fn common_name(value: &'a str) -> Self
pub fn common_name(value: &'a str) -> Self
Trait Implementations§
Source§impl<'a> Clone for RelativeDistinguishedName<'a>
impl<'a> Clone for RelativeDistinguishedName<'a>
Source§fn clone(&self) -> RelativeDistinguishedName<'a>
fn clone(&self) -> RelativeDistinguishedName<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for RelativeDistinguishedName<'a>
impl<'a> RefUnwindSafe for RelativeDistinguishedName<'a>
impl<'a> Send for RelativeDistinguishedName<'a>
impl<'a> Sync for RelativeDistinguishedName<'a>
impl<'a> Unpin for RelativeDistinguishedName<'a>
impl<'a> UnwindSafe for RelativeDistinguishedName<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more