pub struct C076 {
pub _010: String,
pub _020: _3155,
}Expand description
C076 COMMUNICATION CONTACT
Communication number of a department or employee in a specified channel.
Fields§
§_010: StringCommunication address identifier M an..512
_020: _3155Communication address code qualifier M an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C076
impl<'de> Deserialize<'de> for C076
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 C076
impl RefUnwindSafe for C076
impl Send for C076
impl Sync for C076
impl Unpin for C076
impl UnwindSafe for C076
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