pub struct ExportMeta {
pub esm_module: bool,
}Expand description
Metadata for JS export
Contains information about the exported JS package needed to complete the full npm_package (e.g. if it’s an ESM module or not)
Fields§
§esm_module: boolAuto Trait Implementations§
impl Freeze for ExportMeta
impl RefUnwindSafe for ExportMeta
impl Send for ExportMeta
impl Sync for ExportMeta
impl Unpin for ExportMeta
impl UnwindSafe for ExportMeta
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