pub enum ArrayMarkerOptGroup<'t> {
Integer(ArrayMarkerOptGroupInteger<'t>),
Caret(ArrayMarkerOptGroupCaret<'t>),
}Expand description
Type derived for non-terminal ArrayMarkerOptGroup
Variants§
Integer(ArrayMarkerOptGroupInteger<'t>)
Caret(ArrayMarkerOptGroupCaret<'t>)
Trait Implementations§
Source§impl<'t> Clone for ArrayMarkerOptGroup<'t>
impl<'t> Clone for ArrayMarkerOptGroup<'t>
Source§fn clone(&self) -> ArrayMarkerOptGroup<'t>
fn clone(&self) -> ArrayMarkerOptGroup<'t>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'t> Debug for ArrayMarkerOptGroup<'t>
impl<'t> Debug for ArrayMarkerOptGroup<'t>
Auto Trait Implementations§
impl<'t> Freeze for ArrayMarkerOptGroup<'t>
impl<'t> RefUnwindSafe for ArrayMarkerOptGroup<'t>
impl<'t> Send for ArrayMarkerOptGroup<'t>
impl<'t> Sync for ArrayMarkerOptGroup<'t>
impl<'t> Unpin for ArrayMarkerOptGroup<'t>
impl<'t> UnsafeUnpin for ArrayMarkerOptGroup<'t>
impl<'t> UnwindSafe for ArrayMarkerOptGroup<'t>
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