pub struct C555 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C555 - STATUS
To specify a status.
Fields§
§_010: StringStatus description code
_020: Option<String>Code list identification code
_030: Option<String>Code list responsible agency code
_040: Option<String>Status description
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C555
impl<'de> Deserialize<'de> for C555
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 C555
impl RefUnwindSafe for C555
impl Send for C555
impl Sync for C555
impl Unpin for C555
impl UnwindSafe for C555
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