pub struct OptionDateOrPeriod1Choice {
pub earlst_exrc_dt: Option<String>,
pub ntce_prd: Option<f64>,
}Fields§
§earlst_exrc_dt: Option<String>§ntce_prd: Option<f64>Implementations§
Source§impl OptionDateOrPeriod1Choice
impl OptionDateOrPeriod1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OptionDateOrPeriod1Choice
impl RefUnwindSafe for OptionDateOrPeriod1Choice
impl Send for OptionDateOrPeriod1Choice
impl Sync for OptionDateOrPeriod1Choice
impl Unpin for OptionDateOrPeriod1Choice
impl UnwindSafe for OptionDateOrPeriod1Choice
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