Expand description
Hierarchical name representation.
Fields
cur: SubstrName of the current layer
prev: Option<Arc<HierName>>Name of the parent layers.
Implementations
Trait Implementations
sourceimpl PartialEq<HierName> for HierName
impl PartialEq<HierName> for HierName
impl Eq for HierName
impl StructuralEq for HierName
impl StructuralPartialEq for HierName
Auto Trait Implementations
impl RefUnwindSafe for HierName
impl Send for HierName
impl Sync for HierName
impl Unpin for HierName
impl UnwindSafe for HierName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more