Struct nodejs_resolver::Resolver
source · [−]pub struct Resolver {
pub options: ResolverOptions,
/* private fields */
}Fields
options: ResolverOptionsImplementations
sourceimpl Resolver
impl Resolver
pub fn load_side_effects(
&self,
path: &Path
) -> RResult<Option<(PathBuf, Option<SideEffects>)>>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Resolver
impl Send for Resolver
impl Sync for Resolver
impl Unpin for Resolver
impl !UnwindSafe for Resolver
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more