pub struct C056 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C056 DEPARTMENT OR EMPLOYEE DETAILS
Code and/or name of a department or employee. Code preferred.
Fields§
§_010: Option<String>Department or employee name code C an..17
_020: Option<String>Department or employee name C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C056
impl<'de> Deserialize<'de> for C056
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 C056
impl RefUnwindSafe for C056
impl Send for C056
impl Sync for C056
impl Unpin for C056
impl UnwindSafe for C056
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