pub struct UndoFrame { /* private fields */ }Expand description
For each of several tables (being “value”, “meaning”, “catcode” or other space of names), each table maintains the bound values, and “undo” defines the stack frames
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UndoFrame
impl RefUnwindSafe for UndoFrame
impl Send for UndoFrame
impl Sync for UndoFrame
impl Unpin for UndoFrame
impl UnsafeUnpin for UndoFrame
impl UnwindSafe for UndoFrame
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