pub struct C040 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C040 - CARRIER
Identification of a carrier by code and/or by name. Code preferred.
Fields§
§_010: Option<String>Carrier identification
C an..17
_020: Option<String>Code list qualifier
C an..3
_030: Option<String>Code list responsible agency, coded
C an..3
_040: Option<String>Carrier name
C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C040
impl<'de> Deserialize<'de> for C040
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 C040
impl StructuralPartialEq for C040
Auto Trait Implementations§
impl Freeze for C040
impl RefUnwindSafe for C040
impl Send for C040
impl Sync for C040
impl Unpin for C040
impl UnwindSafe for C040
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