pub struct NamePath {
pub span: Span,
pub components: Vec<Text>,
}
Fields§
§span: Span
§components: Vec<Text>
Trait Implementations§
source§impl PartialEq<NamePath> for NamePath
impl PartialEq<NamePath> for NamePath
impl StructuralPartialEq for NamePath
Auto Trait Implementations§
impl RefUnwindSafe for NamePath
impl Send for NamePath
impl Sync for NamePath
impl Unpin for NamePath
impl UnwindSafe for NamePath
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