pub enum _4053 {
_1,
_2,
}Expand description
Delivery or transport terms description code
Code specifying the delivery or transport terms.
Variants§
_1
Delivery arranged by the supplier
Indicates that the supplier will arrange delivery of the goods.
_2
Delivery arranged by logistic service provider
Code indicating that the logistic service provider has arranged the delivery of goods.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _4053
impl<'de> Deserialize<'de> for _4053
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 _4053
impl RefUnwindSafe for _4053
impl Send for _4053
impl Sync for _4053
impl Unpin for _4053
impl UnwindSafe for _4053
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