pub struct S018 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Fields§
§_010: StringScenario identification
Code identifying scenario.
_020: Option<String>Scenario version number
Version number of a scenario.
_030: Option<String>Scenario release number
Release number within the scenario version number.
_040: Option<String>Controlling agency, coded
Code identifying a controlling agency.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S018
impl<'de> Deserialize<'de> for S018
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 S018
impl RefUnwindSafe for S018
impl Send for S018
impl Sync for S018
impl Unpin for S018
impl UnwindSafe for S018
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