pub struct ModuleExport<'tree> {
pub span: Span,
pub module: Module<'tree>,
}Fields§
§span: Span§module: Module<'tree>Trait Implementations§
Source§impl<'tree> Clone for ModuleExport<'tree>
impl<'tree> Clone for ModuleExport<'tree>
Source§fn clone(&self) -> ModuleExport<'tree>
fn clone(&self) -> ModuleExport<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for ModuleExport<'tree>
impl<'tree> Debug for ModuleExport<'tree>
Source§impl<'tree> FromNode<'tree> for ModuleExport<'tree>
impl<'tree> FromNode<'tree> for ModuleExport<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ModuleExport<'tree>
impl<'tree> RefUnwindSafe for ModuleExport<'tree>
impl<'tree> Send for ModuleExport<'tree>
impl<'tree> Sync for ModuleExport<'tree>
impl<'tree> Unpin for ModuleExport<'tree>
impl<'tree> UnsafeUnpin for ModuleExport<'tree>
impl<'tree> UnwindSafe for ModuleExport<'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