Enum wellen::HierarchyItem
source · pub enum HierarchyItem<'a> {
Scope(&'a Scope),
Var(&'a Var),
}Variants§
Trait Implementations§
source§impl<'a> Clone for HierarchyItem<'a>
impl<'a> Clone for HierarchyItem<'a>
source§fn clone(&self) -> HierarchyItem<'a>
fn clone(&self) -> HierarchyItem<'a>
Returns a copy 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 moresource§impl<'a> Debug for HierarchyItem<'a>
impl<'a> Debug for HierarchyItem<'a>
impl<'a> Copy for HierarchyItem<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for HierarchyItem<'a>
impl<'a> Send for HierarchyItem<'a>
impl<'a> Sync for HierarchyItem<'a>
impl<'a> Unpin for HierarchyItem<'a>
impl<'a> UnwindSafe for HierarchyItem<'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