pub struct CTA {
pub _010: Option<String>,
pub _020: Option<C056>,
}Expand description
CTA CONTACT INFORMATION
To identify a person or a department to whom communication should be directed.
Fields§
§_010: Option<String>CONTACT FUNCTION, CODED
C an..3
_020: Option<C056>DEPARTMENT OR EMPLOYEE DETAILS
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CTA
impl<'de> Deserialize<'de> for CTA
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 CTA
impl RefUnwindSafe for CTA
impl Send for CTA
impl Sync for CTA
impl Unpin for CTA
impl UnwindSafe for CTA
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