Struct c509_certificate::name::rdn::RelativeDistinguishedName
source · pub struct RelativeDistinguishedName(Vec<Attribute>);
Expand description
A struct represents a Relative Distinguished Name containing vector of Attribute
.
RelativeDistinguishedName = Attribute / [ 2* Attribute ]
Tuple Fields§
§0: Vec<Attribute>
Implementations§
Trait Implementations§
source§impl Clone for RelativeDistinguishedName
impl Clone for RelativeDistinguishedName
source§fn clone(&self) -> RelativeDistinguishedName
fn clone(&self) -> RelativeDistinguishedName
Returns a copy 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 moresource§impl Debug for RelativeDistinguishedName
impl Debug for RelativeDistinguishedName
source§impl Decode<'_, ()> for RelativeDistinguishedName
impl Decode<'_, ()> for RelativeDistinguishedName
source§impl Default for RelativeDistinguishedName
impl Default for RelativeDistinguishedName
source§impl<'de> Deserialize<'de> for RelativeDistinguishedName
impl<'de> Deserialize<'de> for RelativeDistinguishedName
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Encode<()> for RelativeDistinguishedName
impl Encode<()> for RelativeDistinguishedName
impl StructuralPartialEq for RelativeDistinguishedName
Auto Trait Implementations§
impl Freeze for RelativeDistinguishedName
impl RefUnwindSafe for RelativeDistinguishedName
impl Send for RelativeDistinguishedName
impl Sync for RelativeDistinguishedName
impl Unpin for RelativeDistinguishedName
impl UnwindSafe for RelativeDistinguishedName
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)