pub enum _5243 {
A,
B,
C,
D,
E,
F,
K,
M,
N,
Q,
R,
S,
}Expand description
Rate or tariff class description code
Code specifying an applicable rate or tariff class.
Variants§
A
Senior person rate
Rate class applies to senior persons.
B
Basic
C
Specific commodity rate
D
Teenager rate
Rate class applies to teenagers.
E
Child rate Rate class applies to children.
F
Adult rate Rate class applies to adults.
K
Rate per kilogram
M
Minimum charge rate
N
Normal rate
Q
Quantity rate
R
Class rate (Reduction on normal rate)
Description to be provided.
S
Class rate (Surcharge on normal rate)
Description to be provided.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _5243
impl<'de> Deserialize<'de> for _5243
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 _5243
impl RefUnwindSafe for _5243
impl Send for _5243
impl Sync for _5243
impl Unpin for _5243
impl UnwindSafe for _5243
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