pub struct S003 {
pub _010: String,
pub _020: Option<_0007>,
pub _030: Option<String>,
}Expand description
Interchange recipient
Identification of the recipient of the interchange.
Fields§
§_010: StringRecipient identification
Name or coded representation of the recipient of a data interchange. Code or name as specified in IA.
_020: Option<_0007>§_030: Option<String>Routing address
Address specified by the recipient of an interchange to be included by the sender and used by the recipient for routing of received interchanges inside his organization. If used, normally coded sub-address for onward routing.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S003
impl<'de> Deserialize<'de> for S003
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
impl Eq for S003
impl StructuralPartialEq for S003
Auto Trait Implementations§
impl Freeze for S003
impl RefUnwindSafe for S003
impl Send for S003
impl Sync for S003
impl Unpin for S003
impl UnwindSafe for S003
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