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