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