pub struct ScopeTreeNode { /* private fields */ }Trait Implementations§
Source§impl Clone for ScopeTreeNode
impl Clone for ScopeTreeNode
Source§fn clone(&self) -> ScopeTreeNode
fn clone(&self) -> ScopeTreeNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScopeTreeNode
impl Debug for ScopeTreeNode
Source§impl Default for ScopeTreeNode
impl Default for ScopeTreeNode
Source§fn default() -> ScopeTreeNode
fn default() -> ScopeTreeNode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScopeTreeNode
impl RefUnwindSafe for ScopeTreeNode
impl Send for ScopeTreeNode
impl Sync for ScopeTreeNode
impl Unpin for ScopeTreeNode
impl UnsafeUnpin for ScopeTreeNode
impl UnwindSafe for ScopeTreeNode
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