pub struct EndBlock<'tree> {
pub span: Span,
pub children: Vec<EndBlockChildren<'tree>>,
}Fields§
§span: Span§children: Vec<EndBlockChildren<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for EndBlock<'tree>
impl<'tree> RefUnwindSafe for EndBlock<'tree>
impl<'tree> Send for EndBlock<'tree>
impl<'tree> Sync for EndBlock<'tree>
impl<'tree> Unpin for EndBlock<'tree>
impl<'tree> UnsafeUnpin for EndBlock<'tree>
impl<'tree> UnwindSafe for EndBlock<'tree>
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