pub struct NodeView<'a> { /* private fields */ }Expand description
A generic node view for nodes that don’t have type-specific fields.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NodeView<'a>
impl<'a> RefUnwindSafe for NodeView<'a>
impl<'a> Send for NodeView<'a>
impl<'a> Sync for NodeView<'a>
impl<'a> Unpin for NodeView<'a>
impl<'a> UnsafeUnpin for NodeView<'a>
impl<'a> UnwindSafe for NodeView<'a>
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