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