pub struct ModuleResolution {
pub module_id: String,
pub absolute_path: Option<PathBuf>,
pub is_external: bool,
}Fields§
§module_id: String§absolute_path: Option<PathBuf>§is_external: boolTrait Implementations§
Source§impl Clone for ModuleResolution
impl Clone for ModuleResolution
Source§fn clone(&self) -> ModuleResolution
fn clone(&self) -> ModuleResolution
Returns a copy of the value. Read more
1.0.0 · 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 ModuleResolution
impl RefUnwindSafe for ModuleResolution
impl Send for ModuleResolution
impl Sync for ModuleResolution
impl Unpin for ModuleResolution
impl UnwindSafe for ModuleResolution
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