pub enum PathPart {
SuperKw,
SelfKw,
Ident(Sym),
}
Expand description
A single component of a Path
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for PathPart
impl PartialEq for PathPart
impl Eq for PathPart
impl StructuralPartialEq for PathPart
Auto Trait Implementations§
impl Freeze for PathPart
impl RefUnwindSafe for PathPart
impl Send for PathPart
impl Sync for PathPart
impl Unpin for PathPart
impl UnwindSafe for PathPart
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