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