pub struct NaturalPersonIdentification3 {
pub id: NaturalPersonIdentification2,
pub ctry: Option<String>,
}Fields§
§id: NaturalPersonIdentification2§ctry: Option<String>Implementations§
Source§impl NaturalPersonIdentification3
impl NaturalPersonIdentification3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NaturalPersonIdentification3
impl RefUnwindSafe for NaturalPersonIdentification3
impl Send for NaturalPersonIdentification3
impl Sync for NaturalPersonIdentification3
impl Unpin for NaturalPersonIdentification3
impl UnwindSafe for NaturalPersonIdentification3
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