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