pub enum _4219 {
_1,
_2,
_3,
_4,
}Expand description
Transport service priority code
Code specifying the priority of a transport service.
Variants§
_1
Express
Express treatment (if by rail, legal express regime for parcels transport).
_2
High speed
Transport under legal international rail convention (CIM) concluded between rail organizations and based on fast routing and specified timetables.
_3
Normal speed
Transport under legal international rail convention (CIM) concluded between rail organizations.
_4
Post service
Transport under conditions specified by UPU (Universal Postal Union) and Rail organizations (parcels transport only).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _4219
impl<'de> Deserialize<'de> for _4219
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 _4219
impl RefUnwindSafe for _4219
impl Send for _4219
impl Sync for _4219
impl Unpin for _4219
impl UnwindSafe for _4219
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