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