pub struct EdifactParty {
pub id: String,
pub qualifier: String,
}Expand description
An EDIFACT interchange party (sender or receiver) with codelist qualifier.
Fields§
§id: StringParty identification (e.g., MP-ID "9900000000003" or GLN "4045458000000").
qualifier: StringCodelist qualifier: "500" = BDEW, "14" = GS1/EAN.
Implementations§
Trait Implementations§
Source§impl Clone for EdifactParty
impl Clone for EdifactParty
Source§fn clone(&self) -> EdifactParty
fn clone(&self) -> EdifactParty
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 Freeze for EdifactParty
impl RefUnwindSafe for EdifactParty
impl Send for EdifactParty
impl Sync for EdifactParty
impl Unpin for EdifactParty
impl UnsafeUnpin for EdifactParty
impl UnwindSafe for EdifactParty
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