pub struct ExportReference {
pub from_file: PathBuf,
pub kind: String,
}Expand description
A direct reference to an export.
Fields§
§from_file: PathBufFile that contains the reference.
kind: StringReference kind, such as named import, default import, or re-export.
Trait Implementations§
Source§impl Clone for ExportReference
impl Clone for ExportReference
Source§impl Debug for ExportReference
impl Debug for ExportReference
Auto Trait Implementations§
impl Freeze for ExportReference
impl RefUnwindSafe for ExportReference
impl Send for ExportReference
impl Sync for ExportReference
impl Unpin for ExportReference
impl UnsafeUnpin for ExportReference
impl UnwindSafe for ExportReference
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