pub struct ModificationScope39 {
pub mod_scp_indctn: DataModification2Code,
pub ctznsh: CitizenshipInformation2,
}Fields§
§mod_scp_indctn: DataModification2Code§ctznsh: CitizenshipInformation2Implementations§
Source§impl ModificationScope39
impl ModificationScope39
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ModificationScope39
impl RefUnwindSafe for ModificationScope39
impl Send for ModificationScope39
impl Sync for ModificationScope39
impl Unpin for ModificationScope39
impl UnwindSafe for ModificationScope39
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