pub struct C507 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C507 - DATE/TIME/PERIOD
Date and/or time, or period relevant to the specified date/time/period type.
Fields§
§_010: String§_020: Option<String>§_030: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for C507
impl<'de> Deserialize<'de> for C507
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 C507
impl StructuralPartialEq for C507
Auto Trait Implementations§
impl Freeze for C507
impl RefUnwindSafe for C507
impl Send for C507
impl Sync for C507
impl Unpin for C507
impl UnwindSafe for C507
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