pub struct NameTreeNode { /* private fields */ }Expand description
Name tree node
Implementations§
Trait Implementations§
Source§impl Clone for NameTreeNode
impl Clone for NameTreeNode
Source§fn clone(&self) -> NameTreeNode
fn clone(&self) -> NameTreeNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NameTreeNode
impl RefUnwindSafe for NameTreeNode
impl Send for NameTreeNode
impl Sync for NameTreeNode
impl Unpin for NameTreeNode
impl UnwindSafe for NameTreeNode
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