pub struct S002 {
pub _010: String,
pub _020: Option<_0007>,
pub _030: Option<String>,
}Expand description
Interchange sender
Identification of the sender of the interchange.
Fields§
§_010: StringSender identification
Name or coded representation of the sender of a data interchange. Code or name as specified in IA.
_020: Option<_0007>§_030: Option<String>Address for reverse routing
Address specified by the sender of an interchange to be included by the recipient in the response interchanges to facilitate internal routing.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S002
impl<'de> Deserialize<'de> for S002
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 S002
impl StructuralPartialEq for S002
Auto Trait Implementations§
impl Freeze for S002
impl RefUnwindSafe for S002
impl Send for S002
impl Sync for S002
impl Unpin for S002
impl UnwindSafe for S002
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