pub enum DelimCode<'t> {
DelimCode3(DelimCodeDelimCode3<'t>),
DelimCode2(DelimCodeDelimCode2<'t>),
DelimCode1(DelimCodeDelimCode1<'t>),
}Expand description
Type derived for non-terminal DelimCode
Variants§
DelimCode3(DelimCodeDelimCode3<'t>)
DelimCode2(DelimCodeDelimCode2<'t>)
DelimCode1(DelimCodeDelimCode1<'t>)
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for DelimCode<'t>
impl<'t> RefUnwindSafe for DelimCode<'t>
impl<'t> Send for DelimCode<'t>
impl<'t> Sync for DelimCode<'t>
impl<'t> Unpin for DelimCode<'t>
impl<'t> UnsafeUnpin for DelimCode<'t>
impl<'t> UnwindSafe for DelimCode<'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