Struct elm_parser::desugarer::IgnoreOptions
source · pub struct IgnoreOptions {
pub element: &'static str,
pub attach_to: AttachToEnum,
}Fields§
§element: &'static str§attach_to: AttachToEnumAuto Trait Implementations§
impl Freeze for IgnoreOptions
impl RefUnwindSafe for IgnoreOptions
impl Send for IgnoreOptions
impl Sync for IgnoreOptions
impl Unpin for IgnoreOptions
impl UnwindSafe for IgnoreOptions
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