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 for EdiPartyName
impl PartialEq for EdiPartyName
Source§impl Serialize for EdiPartyName
impl Serialize for EdiPartyName
impl Eq for EdiPartyName
impl StructuralPartialEq for EdiPartyName
Auto Trait Implementations§
impl Freeze for EdiPartyName
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