pub struct S001 {
pub _010: _0001,
pub _020: _0002,
}Expand description
Syntax identifier
Identification of the agency controlling the syntax and indication of syntax level, plus the syntax version number.
Fields§
§_010: _0001§_020: _0002Trait Implementations§
Source§impl<'de> Deserialize<'de> for S001
impl<'de> Deserialize<'de> for S001
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 S001
impl StructuralPartialEq for S001
Auto Trait Implementations§
impl Freeze for S001
impl RefUnwindSafe for S001
impl Send for S001
impl Sync for S001
impl Unpin for S001
impl UnwindSafe for S001
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