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