pub struct PersonIdentification12 {
pub ctry_of_brnch: String,
pub othr: GenericPersonIdentification1,
}Fields§
§ctry_of_brnch: String§othr: GenericPersonIdentification1Implementations§
Source§impl PersonIdentification12
impl PersonIdentification12
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PersonIdentification12
impl RefUnwindSafe for PersonIdentification12
impl Send for PersonIdentification12
impl Sync for PersonIdentification12
impl Unpin for PersonIdentification12
impl UnwindSafe for PersonIdentification12
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