pub enum ParsedExports {
Explicit {
names: Vec<Identifier>,
},
}Expand description
Parsed representation of the root-level $export extension.
Variants§
Trait Implementations§
Source§impl Clone for ParsedExports
impl Clone for ParsedExports
Source§fn clone(&self) -> ParsedExports
fn clone(&self) -> ParsedExports
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParsedExports
impl RefUnwindSafe for ParsedExports
impl Send for ParsedExports
impl Sync for ParsedExports
impl Unpin for ParsedExports
impl UnsafeUnpin for ParsedExports
impl UnwindSafe for ParsedExports
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