pub struct DoModule<'tree> {
pub span: Span,
pub id: DoModuleId,
pub module: Module<'tree>,
}Fields§
§span: Span§id: DoModuleId§module: Module<'tree>Trait Implementations§
impl<'tree> Eq for DoModule<'tree>
impl<'tree> StructuralPartialEq for DoModule<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for DoModule<'tree>
impl<'tree> RefUnwindSafe for DoModule<'tree>
impl<'tree> Send for DoModule<'tree>
impl<'tree> Sync for DoModule<'tree>
impl<'tree> Unpin for DoModule<'tree>
impl<'tree> UnsafeUnpin for DoModule<'tree>
impl<'tree> UnwindSafe for DoModule<'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