pub struct Option12 {
pub tp: OptionType1Code,
pub dt_or_prd: OptionDateOrPeriod1Choice,
}Fields§
§tp: OptionType1Code§dt_or_prd: OptionDateOrPeriod1ChoiceImplementations§
Auto Trait Implementations§
impl Freeze for Option12
impl RefUnwindSafe for Option12
impl Send for Option12
impl Sync for Option12
impl Unpin for Option12
impl UnwindSafe for Option12
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