pub struct LOC {
pub _010: String,
pub _020: Option<C517>,
pub _030: Option<C519>,
pub _040: Option<C553>,
pub _050: Option<String>,
}Expand description
LOC - PLACE/LOCATION IDENTIFICATION
To identify a country/place/location/related location one/related location two.
Fields§
§_010: String§_020: Option<C517>§_030: Option<C519>§_040: Option<C553>§_050: Option<String>RELATION, CODED
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LOC
impl<'de> Deserialize<'de> for LOC
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 LOC
impl RefUnwindSafe for LOC
impl Send for LOC
impl Sync for LOC
impl Unpin for LOC
impl UnwindSafe for LOC
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