pub struct NpmClient { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NpmClient
impl !RefUnwindSafe for NpmClient
impl Send for NpmClient
impl Sync for NpmClient
impl Unpin for NpmClient
impl UnsafeUnpin for NpmClient
impl !UnwindSafe for NpmClient
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