pub struct TCC {
pub _010: Option<C200>,
pub _020: Option<C203>,
pub _030: Option<C528>,
pub _040: Option<C554>,
}Expand description
TCC Transport charge/rate calculations
To specify charges.
Fields§
§_010: Option<C200>C200 Charge
Identification of a charge by code and/or by name.
_020: Option<C203>C203 Rate/tariff class
Identification of the applicable rate/tariff class.
_030: Option<C528>C528 Commodity/rate detail
Identification of commodity/rates.
_040: Option<C554>C554 Rate/tariff class detail
Identification of the applicable rate/tariff class.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TCC
impl<'de> Deserialize<'de> for TCC
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 TCC
impl RefUnwindSafe for TCC
impl Send for TCC
impl Sync for TCC
impl Unpin for TCC
impl UnwindSafe for TCC
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