pub enum HandlingCode {
Oversized,
Fragile,
Food,
HandleWithCare,
}Expand description
Identification of the instructions on how specified item/carton/pallet should be handled.
Variants§
Trait Implementations§
Source§impl Clone for HandlingCode
impl Clone for HandlingCode
Source§fn clone(&self) -> HandlingCode
fn clone(&self) -> HandlingCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HandlingCode
impl Debug for HandlingCode
Source§impl Default for HandlingCode
impl Default for HandlingCode
Source§fn default() -> HandlingCode
fn default() -> HandlingCode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HandlingCode
impl<'de> Deserialize<'de> for HandlingCode
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
Source§impl Hash for HandlingCode
impl Hash for HandlingCode
Source§impl Ord for HandlingCode
impl Ord for HandlingCode
Source§fn cmp(&self, other: &HandlingCode) -> Ordering
fn cmp(&self, other: &HandlingCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HandlingCode
impl PartialEq for HandlingCode
Source§impl PartialOrd for HandlingCode
impl PartialOrd for HandlingCode
Source§impl Serialize for HandlingCode
impl Serialize for HandlingCode
impl Copy for HandlingCode
impl Eq for HandlingCode
impl StructuralPartialEq for HandlingCode
Auto Trait Implementations§
impl Freeze for HandlingCode
impl RefUnwindSafe for HandlingCode
impl Send for HandlingCode
impl Sync for HandlingCode
impl Unpin for HandlingCode
impl UnwindSafe for HandlingCode
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