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