pub struct S004 {
pub _010: String,
pub _020: String,
}Expand description
Date/time of preparation
Date/time of preparation of the interchange.
Fields§
§_010: StringDate of preparation
Local date when an interchange or a functional group was prepared. YYMMDD
_020: StringTime of preparation
Local time of day when an interchange or a functional group was prepared. HHMM
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S004
impl<'de> Deserialize<'de> for S004
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
impl Eq for S004
impl StructuralPartialEq for S004
Auto Trait Implementations§
impl Freeze for S004
impl RefUnwindSafe for S004
impl Send for S004
impl Sync for S004
impl Unpin for S004
impl UnwindSafe for S004
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