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