Struct ezno_parser::visiting::Chain
source · pub struct Chain(/* private fields */);Expand description
Contains ChainVariables which signal the position in the AST
Implementations§
Trait Implementations§
source§impl Annexable for Chain
impl Annexable for Chain
type NewItem = ChainVariable
fn push_annex(&mut self, item: Self::NewItem) -> Annex<'_, Self>where
Self: Sized,
fn revert_annex(&mut self)
Auto Trait Implementations§
impl RefUnwindSafe for Chain
impl Send for Chain
impl Sync for Chain
impl Unpin for Chain
impl UnwindSafe for Chain
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