pub struct S005 {
pub _010: String,
pub _020: Option<_0025>,
}Expand description
Recipient’s reference, password
Reference or password as agreed between the communicating partners.
Fields§
§_010: StringRecipient’s reference/password
Unique reference assigned by the recipient to the data interchange or a password to the recipient’s system or to a third party network as specified in the partners interchange agreement. As specified in IA. May be password to recipient’s system or to third party network.
_020: Option<_0025>Recipient’s reference/password qualifier
Qualifier for the recipient’s reference or password. Used if specified in IA.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S005
impl<'de> Deserialize<'de> for S005
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 S005
impl StructuralPartialEq for S005
Auto Trait Implementations§
impl Freeze for S005
impl RefUnwindSafe for S005
impl Send for S005
impl Sync for S005
impl Unpin for S005
impl UnwindSafe for S005
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