pub enum Reference {
Module,
Script,
Style,
Export,
}Expand description
The kind of dependency one Content entry declares on another,
determining how the reference is emitted into the generated source.
Variants§
Module
An import of another JavaScript module.
Script
A reference to another script.
Style
A reference to a stylesheet.
Export
An export ... from re-export of another module.
Auto Trait Implementations§
impl Freeze for Reference
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnsafeUnpin for Reference
impl UnwindSafe for Reference
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