pub struct C517 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C517 - LOCATION IDENTIFICATION
Identification of a location by code or name.
Fields§
§_010: Option<String>Location name code
Code specifying the name of the location.
_020: Option<String>§_030: Option<String>§_040: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for C517
impl<'de> Deserialize<'de> for C517
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 C517
impl RefUnwindSafe for C517
impl Send for C517
impl Sync for C517
impl Unpin for C517
impl UnwindSafe for C517
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