pub struct NpmProcessContext {
pub name: String,
pub dir: String,
pub package_json_path: String,
pub args: Args,
pub package_json: Value,
}Fields§
§name: String§dir: String§package_json_path: String§args: Args§package_json: ValueImplementations§
Auto Trait Implementations§
impl Freeze for NpmProcessContext
impl RefUnwindSafe for NpmProcessContext
impl Send for NpmProcessContext
impl Sync for NpmProcessContext
impl Unpin for NpmProcessContext
impl UnwindSafe for NpmProcessContext
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