Struct swc_ecma_ast::ExportAll
source · [−]Expand description
export * from 'mod'
Fields
span: Span
src: Box<Str>
asserts: Option<Box<ObjectLit>>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for ExportAll
impl<'de> Deserialize<'de> for ExportAll
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for ExportAll
impl EqIgnoreSpan for ExportAll
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<ExportAll> for ModuleDecl
impl From<ExportAll> for ModuleDecl
impl Eq for ExportAll
impl StructuralEq for ExportAll
impl StructuralPartialEq for ExportAll
Auto Trait Implementations
impl RefUnwindSafe for ExportAll
impl Send for ExportAll
impl Sync for ExportAll
impl Unpin for ExportAll
impl UnwindSafe for ExportAll
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more