pub struct PegStack(pub Vec<Peg>);Expand description
A PEG grammar stack.
Tuple Fields§
§0: Vec<Peg>Implementations§
Auto Trait Implementations§
impl Freeze for PegStack
impl RefUnwindSafe for PegStack
impl Send for PegStack
impl Sync for PegStack
impl Unpin for PegStack
impl UnsafeUnpin for PegStack
impl UnwindSafe for PegStack
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