pub struct ModificationScope41 {
pub mod_scp_indctn: DataModification1Code,
pub invstmt_plan: InvestmentPlan16,
}Fields§
§mod_scp_indctn: DataModification1Code§invstmt_plan: InvestmentPlan16Implementations§
Source§impl ModificationScope41
impl ModificationScope41
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ModificationScope41
impl RefUnwindSafe for ModificationScope41
impl Send for ModificationScope41
impl Sync for ModificationScope41
impl Unpin for ModificationScope41
impl UnwindSafe for ModificationScope41
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