pub struct StatementFrequencyAndForm1 {
pub frqcy: Frequency7Code,
pub com_mtd: CommunicationMethod2Choice,
pub dlvry_adr: String,
pub frmt: CommunicationFormat1Choice,
}Fields§
§frqcy: Frequency7Code§com_mtd: CommunicationMethod2Choice§dlvry_adr: String§frmt: CommunicationFormat1ChoiceImplementations§
Source§impl StatementFrequencyAndForm1
impl StatementFrequencyAndForm1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatementFrequencyAndForm1
impl RefUnwindSafe for StatementFrequencyAndForm1
impl Send for StatementFrequencyAndForm1
impl Sync for StatementFrequencyAndForm1
impl Unpin for StatementFrequencyAndForm1
impl UnwindSafe for StatementFrequencyAndForm1
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