pub enum DelimCode2ListGroup<'t> {
NoBacktick(DelimCode2ListGroupNoBacktick<'t>),
BacktickDelim(DelimCode2ListGroupBacktickDelim<'t>),
}Expand description
Type derived for non-terminal DelimCode2ListGroup
Variants§
NoBacktick(DelimCode2ListGroupNoBacktick<'t>)
BacktickDelim(DelimCode2ListGroupBacktickDelim<'t>)
Trait Implementations§
Source§impl<'t> Clone for DelimCode2ListGroup<'t>
impl<'t> Clone for DelimCode2ListGroup<'t>
Source§fn clone(&self) -> DelimCode2ListGroup<'t>
fn clone(&self) -> DelimCode2ListGroup<'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 DelimCode2ListGroup<'t>
impl<'t> Debug for DelimCode2ListGroup<'t>
Auto Trait Implementations§
impl<'t> Freeze for DelimCode2ListGroup<'t>
impl<'t> RefUnwindSafe for DelimCode2ListGroup<'t>
impl<'t> Send for DelimCode2ListGroup<'t>
impl<'t> Sync for DelimCode2ListGroup<'t>
impl<'t> Unpin for DelimCode2ListGroup<'t>
impl<'t> UnsafeUnpin for DelimCode2ListGroup<'t>
impl<'t> UnwindSafe for DelimCode2ListGroup<'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