Struct nodejs_resolver::ResolveInfo
source · [−]pub struct ResolveInfo {
pub path: PathBuf,
pub request: Request,
}
Fields
path: PathBuf
request: Request
Implementations
Trait Implementations
sourceimpl Clone for ResolveInfo
impl Clone for ResolveInfo
sourcefn clone(&self) -> ResolveInfo
fn clone(&self) -> ResolveInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for ResolveInfo
impl Send for ResolveInfo
impl Sync for ResolveInfo
impl Unpin for ResolveInfo
impl UnwindSafe for ResolveInfo
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