pub struct MandateOccurrences5 {
pub seq_tp: SequenceType2Code,
pub frqcy: Option<Frequency36Choice>,
pub drtn: Option<DatePeriod3>,
pub frst_colltn_dt: Option<String>,
pub fnl_colltn_dt: Option<String>,
}Fields§
§seq_tp: SequenceType2Code§frqcy: Option<Frequency36Choice>§drtn: Option<DatePeriod3>§frst_colltn_dt: Option<String>§fnl_colltn_dt: Option<String>Implementations§
Source§impl MandateOccurrences5
impl MandateOccurrences5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MandateOccurrences5
impl RefUnwindSafe for MandateOccurrences5
impl Send for MandateOccurrences5
impl Sync for MandateOccurrences5
impl Unpin for MandateOccurrences5
impl UnwindSafe for MandateOccurrences5
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