pub enum BlockStackEntry {
ItemLike(StackEntryItemLike),
ItemLikeContainer(StackEntryItemLikeContainer),
Table(StackEntryTable),
}Variants§
Auto Trait Implementations§
impl Freeze for StackEntry
impl RefUnwindSafe for StackEntry
impl Send for StackEntry
impl Sync for StackEntry
impl Unpin for StackEntry
impl UnsafeUnpin for StackEntry
impl UnwindSafe for StackEntry
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