pub struct LexerElement {
pub lexer_atom: LexerAtom,
pub ebnf_suffix: Option<EbnfSuffix>,
}Fields§
§lexer_atom: LexerAtom§ebnf_suffix: Option<EbnfSuffix>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LexerElement
impl RefUnwindSafe for LexerElement
impl Send for LexerElement
impl Sync for LexerElement
impl Unpin for LexerElement
impl UnsafeUnpin for LexerElement
impl UnwindSafe for LexerElement
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