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