pub struct CheckpointStack { /* private fields */ }Expand description
A stack of parse checkpoints.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckpointStack
impl RefUnwindSafe for CheckpointStack
impl Send for CheckpointStack
impl Sync for CheckpointStack
impl Unpin for CheckpointStack
impl UnsafeUnpin for CheckpointStack
impl UnwindSafe for CheckpointStack
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