pub struct DerivedNode<T> { /* private fields */ }Expand description
Typed handle for a derived node.
Implementations§
Trait Implementations§
Source§impl<T> Clone for DerivedNode<T>
impl<T> Clone for DerivedNode<T>
impl<T> Copy for DerivedNode<T>
Source§impl<T: Debug> Debug for DerivedNode<T>
impl<T: Debug> Debug for DerivedNode<T>
impl<T: Eq> Eq for DerivedNode<T>
Source§impl<T: Hash> Hash for DerivedNode<T>
impl<T: Hash> Hash for DerivedNode<T>
Source§impl<T> NodeHandle for DerivedNode<T>
impl<T> NodeHandle for DerivedNode<T>
Source§impl<T: PartialEq> PartialEq for DerivedNode<T>
impl<T: PartialEq> PartialEq for DerivedNode<T>
Source§fn eq(&self, other: &DerivedNode<T>) -> bool
fn eq(&self, other: &DerivedNode<T>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<T: PartialEq> StructuralPartialEq for DerivedNode<T>
Auto Trait Implementations§
impl<T> Freeze for DerivedNode<T>
impl<T> RefUnwindSafe for DerivedNode<T>
impl<T> Send for DerivedNode<T>
impl<T> Sync for DerivedNode<T>
impl<T> Unpin for DerivedNode<T>
impl<T> UnsafeUnpin for DerivedNode<T>
impl<T> UnwindSafe for DerivedNode<T>
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