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