pub enum ExportNames {
All(Option<Node>),
Specific(Vec<ExportName>),
}
Variants§
Trait Implementations§
Source§impl Debug for ExportNames
impl Debug for ExportNames
Auto Trait Implementations§
impl Freeze for ExportNames
impl !RefUnwindSafe for ExportNames
impl !Send for ExportNames
impl !Sync for ExportNames
impl Unpin for ExportNames
impl !UnwindSafe for ExportNames
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