pub struct C554 {
pub _010: Option<_5243>,
pub _020: Option<_1131>,
pub _030: Option<_3055>,
}Expand description
C554 Rate/tariff class detail
Identification of the applicable rate/tariff class.
Fields§
§_010: Option<_5243>Rate or tariff class description code
Code specifying an applicable rate or tariff class. 1 User or association defined code. May be used in combination with 1131/3055.
_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 C554
impl<'de> Deserialize<'de> for C554
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 C554
impl RefUnwindSafe for C554
impl Send for C554
impl Sync for C554
impl Unpin for C554
impl UnwindSafe for C554
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