pub struct Path<LABEL> { /* private fields */ }
Expand description
Path (alternating sequence of scopes and labels) in a scope graph.
Implementations§
Source§impl<LABEL> Path<LABEL>
impl<LABEL> Path<LABEL>
Trait Implementations§
impl<LABEL> Eq for Path<LABEL>
Auto Trait Implementations§
impl<LABEL> Freeze for Path<LABEL>
impl<LABEL> RefUnwindSafe for Path<LABEL>where
LABEL: RefUnwindSafe,
impl<LABEL> !Send for Path<LABEL>
impl<LABEL> !Sync for Path<LABEL>
impl<LABEL> Unpin for Path<LABEL>
impl<LABEL> UnwindSafe for Path<LABEL>where
LABEL: RefUnwindSafe,
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