pub struct Option14 {
pub xprtn_style: Vec<OptionStyle5Code>,
pub optn_style: Option<ExoticOptionStyle1Code>,
pub optn_tp: Option<OptionType1Code>,
pub brrr_ind: Option<bool>,
pub evt_tp: Option<OptionEvent2>,
}Fields§
§xprtn_style: Vec<OptionStyle5Code>§optn_style: Option<ExoticOptionStyle1Code>§optn_tp: Option<OptionType1Code>§brrr_ind: Option<bool>§evt_tp: Option<OptionEvent2>Implementations§
Auto Trait Implementations§
impl Freeze for Option14
impl RefUnwindSafe for Option14
impl Send for Option14
impl Sync for Option14
impl Unpin for Option14
impl UnwindSafe for Option14
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