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