pub struct StatementFrequencyAndFormModification1 {
pub mod_cd: Option<Modification1Code>,
pub stmt_frqcy_and_form: StatementFrequencyAndForm1,
}Fields§
§mod_cd: Option<Modification1Code>§stmt_frqcy_and_form: StatementFrequencyAndForm1Implementations§
Source§impl StatementFrequencyAndFormModification1
impl StatementFrequencyAndFormModification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatementFrequencyAndFormModification1
impl RefUnwindSafe for StatementFrequencyAndFormModification1
impl Send for StatementFrequencyAndFormModification1
impl Sync for StatementFrequencyAndFormModification1
impl Unpin for StatementFrequencyAndFormModification1
impl UnwindSafe for StatementFrequencyAndFormModification1
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