pub struct ExportName {
pub target: String,
pub alias: Node,
}
Fields§
§target: String
§alias: Node
Trait Implementations§
Source§impl Debug for ExportName
impl Debug for ExportName
Auto Trait Implementations§
impl Freeze for ExportName
impl !RefUnwindSafe for ExportName
impl !Send for ExportName
impl !Sync for ExportName
impl Unpin for ExportName
impl !UnwindSafe for ExportName
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