pub struct C208 {
pub _010: String,
pub _020: Option<String>,
}Expand description
C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
Fields§
§_010: StringObject identifier M an..35
_020: Option<String>Object identifier C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C208
impl<'de> Deserialize<'de> for C208
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 C208
impl RefUnwindSafe for C208
impl Send for C208
impl Sync for C208
impl Unpin for C208
impl UnwindSafe for C208
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