pub struct Export<'tree> {
pub span: Span,
pub children: Option<Children<'tree>>,
pub namespace: Option<Namespace<'tree>>,
pub operator: Option<PrefixId<'tree>>,
pub type: Option<ExportType<'tree>>,
pub variable: Option<ExportVariable<'tree>>,
}Fields§
§span: Span§children: Option<Children<'tree>>§namespace: Option<Namespace<'tree>>§operator: Option<PrefixId<'tree>>§type: Option<ExportType<'tree>>§variable: Option<ExportVariable<'tree>>Trait Implementations§
impl<'tree> Eq for Export<'tree>
impl<'tree> StructuralPartialEq for Export<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Export<'tree>
impl<'tree> RefUnwindSafe for Export<'tree>
impl<'tree> Send for Export<'tree>
impl<'tree> Sync for Export<'tree>
impl<'tree> Unpin for Export<'tree>
impl<'tree> UnsafeUnpin for Export<'tree>
impl<'tree> UnwindSafe for Export<'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