pub struct ModuleId<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
impl<'tree> Eq for ModuleId<'tree>
impl<'tree> StructuralPartialEq for ModuleId<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ModuleId<'tree>
impl<'tree> RefUnwindSafe for ModuleId<'tree>
impl<'tree> Send for ModuleId<'tree>
impl<'tree> Sync for ModuleId<'tree>
impl<'tree> Unpin for ModuleId<'tree>
impl<'tree> UnsafeUnpin for ModuleId<'tree>
impl<'tree> UnwindSafe for ModuleId<'tree>
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