Struct cbork_abnf_parser::AST
source · pub struct AST<'a>(pub(crate) Pairs<'a, Rule>);
Expand description
Abstract Syntax Tree (AST) representing parsed ABNF syntax.
Tuple Fields§
§0: Pairs<'a, Rule>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AST<'a>
impl<'a> RefUnwindSafe for AST<'a>
impl<'a> !Send for AST<'a>
impl<'a> !Sync for AST<'a>
impl<'a> Unpin for AST<'a>
impl<'a> UnwindSafe for AST<'a>
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