pub struct Root<N> { /* private fields */ }Expand description
Root node.
Root owns the top-level child node and forwards the Node lifecycle to
it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Root<N>where
N: Freeze,
impl<N> RefUnwindSafe for Root<N>where
N: RefUnwindSafe,
impl<N> Send for Root<N>where
N: Send,
impl<N> Sync for Root<N>where
N: Sync,
impl<N> Unpin for Root<N>where
N: Unpin,
impl<N> UnsafeUnpin for Root<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for Root<N>where
N: UnwindSafe,
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