pub struct SystemPartyModification3 {
pub scp_indctn: DataModification1Code,
pub reqd_mod: SystemPartyModification3Choice,
}Fields§
§scp_indctn: DataModification1Code§reqd_mod: SystemPartyModification3ChoiceImplementations§
Source§impl SystemPartyModification3
impl SystemPartyModification3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemPartyModification3
impl RefUnwindSafe for SystemPartyModification3
impl Send for SystemPartyModification3
impl Sync for SystemPartyModification3
impl Unpin for SystemPartyModification3
impl UnwindSafe for SystemPartyModification3
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