Struct picky_asn1_x509::name::EdiPartyName
source · pub struct EdiPartyName {
pub name_assigner: Optional<Option<ImplicitContextTag0<DirectoryString>>>,
pub party_name: ImplicitContextTag1<DirectoryString>,
}
Expand description
EDIPartyName ::= SEQUENCE {
nameAssigner [0] DirectoryString OPTIONAL,
partyName [1] DirectoryString }
Fields§
§name_assigner: Optional<Option<ImplicitContextTag0<DirectoryString>>>
§party_name: ImplicitContextTag1<DirectoryString>
Trait Implementations§
source§impl Clone for EdiPartyName
impl Clone for EdiPartyName
source§fn clone(&self) -> EdiPartyName
fn clone(&self) -> EdiPartyName
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 EdiPartyName
impl Debug for EdiPartyName
source§impl<'de> Deserialize<'de> for EdiPartyName
impl<'de> Deserialize<'de> for EdiPartyName
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 PartialEq<EdiPartyName> for EdiPartyName
impl PartialEq<EdiPartyName> for EdiPartyName
source§fn eq(&self, other: &EdiPartyName) -> bool
fn eq(&self, other: &EdiPartyName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EdiPartyName
impl Serialize for EdiPartyName
impl Eq for EdiPartyName
impl StructuralEq for EdiPartyName
impl StructuralPartialEq for EdiPartyName
Auto Trait Implementations§
impl RefUnwindSafe for EdiPartyName
impl Send for EdiPartyName
impl Sync for EdiPartyName
impl Unpin for EdiPartyName
impl UnwindSafe for EdiPartyName
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