pub struct Node<'arena> { /* private fields */ }
Expand description
DOM node which contains links to other nodes in the tree.
Trait Implementations§
Auto Trait Implementations§
impl<'arena> !Freeze for Node<'arena>
impl<'arena> !RefUnwindSafe for Node<'arena>
impl<'arena> !Send for Node<'arena>
impl<'arena> !Sync for Node<'arena>
impl<'arena> Unpin for Node<'arena>
impl<'arena> !UnwindSafe for Node<'arena>
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