pub struct ContactIdentificationAndAddress1 {
pub nm: Option<String>,
pub role: PaymentRole1Code,
pub com_adr: CommunicationAddress8,
}Fields§
§nm: Option<String>§role: PaymentRole1Code§com_adr: CommunicationAddress8Implementations§
Source§impl ContactIdentificationAndAddress1
impl ContactIdentificationAndAddress1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ContactIdentificationAndAddress1
impl RefUnwindSafe for ContactIdentificationAndAddress1
impl Send for ContactIdentificationAndAddress1
impl Sync for ContactIdentificationAndAddress1
impl Unpin for ContactIdentificationAndAddress1
impl UnwindSafe for ContactIdentificationAndAddress1
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