pub struct C231 {
pub _010: _4215,
pub _020: Option<_1131>,
pub _030: Option<_3055>,
}Expand description
C231 Method of payment
Code identifying the method of payment.
Fields§
§_010: _4215Transport charges payment method code
Code specifying the payment method for transport charges.
_020: Option<_1131>Code list identification code
Code identifying a code list.
_030: Option<_3055>Code list responsible agency code
Code specifying the agency responsible for a code list.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C231
impl<'de> Deserialize<'de> for C231
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
Auto Trait Implementations§
impl Freeze for C231
impl RefUnwindSafe for C231
impl Send for C231
impl Sync for C231
impl Unpin for C231
impl UnwindSafe for C231
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