pub struct EdiPartyName {
pub name_assigner: Option<DirectoryString>,
pub party_name: DirectoryString,
}
Expand description
EDI party name.
EDIPartyName ::= SEQUENCE {
nameAssigner [0] DirectoryString OPTIONAL,
partyName [1] DirectoryString }
Fields§
§name_assigner: Option<DirectoryString>
§party_name: DirectoryString
Implementations§
Source§impl EdiPartyName
impl EdiPartyName
pub fn take_from<S: Source>( cons: &mut Constructed<'_, S>, ) -> Result<Self, DecodeError<S::Error>>
pub fn encode_ref(&self) -> impl Values + '_
pub fn encode_ref_as(&self, tag: Tag) -> impl Values + '_
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 PartialEq for EdiPartyName
impl PartialEq 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
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
)