pub enum IndicatorItem<'src> {
IndicatorNegation(IndicatorNegation<'src>),
AllowExplicit(AllowExplicit),
IndicatorDrivesKeyboard(IndicatorDrivesKeyboard),
IndicatorControls(IndicatorControls<'src>),
WhichModState(WhichModState<'src>),
IndicatorModifiers(IndicatorModifiers<'src>),
IndicatorGroups(IndicatorGroups<'src>),
}
Variants§
IndicatorNegation(IndicatorNegation<'src>)
AllowExplicit(AllowExplicit)
IndicatorDrivesKeyboard(IndicatorDrivesKeyboard)
IndicatorControls(IndicatorControls<'src>)
WhichModState(WhichModState<'src>)
IndicatorModifiers(IndicatorModifiers<'src>)
IndicatorGroups(IndicatorGroups<'src>)
Trait Implementations§
Source§impl<'src> Clone for IndicatorItem<'src>
impl<'src> Clone for IndicatorItem<'src>
Source§fn clone(&self) -> IndicatorItem<'src>
fn clone(&self) -> IndicatorItem<'src>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'src> Debug for IndicatorItem<'src>
impl<'src> Debug for IndicatorItem<'src>
Source§impl<'src> FromPest<'src> for IndicatorItem<'src>
impl<'src> FromPest<'src> for IndicatorItem<'src>
Source§impl<'src> PartialEq for IndicatorItem<'src>
impl<'src> PartialEq for IndicatorItem<'src>
impl<'src> StructuralPartialEq for IndicatorItem<'src>
Auto Trait Implementations§
impl<'src> Freeze for IndicatorItem<'src>
impl<'src> RefUnwindSafe for IndicatorItem<'src>
impl<'src> Send for IndicatorItem<'src>
impl<'src> Sync for IndicatorItem<'src>
impl<'src> Unpin for IndicatorItem<'src>
impl<'src> UnwindSafe for IndicatorItem<'src>
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