pub struct AsyncNpmClient {
pub client: Client,
}Fields§
§client: ClientImplementations§
Auto Trait Implementations§
impl Freeze for AsyncNpmClient
impl !RefUnwindSafe for AsyncNpmClient
impl Send for AsyncNpmClient
impl Sync for AsyncNpmClient
impl Unpin for AsyncNpmClient
impl !UnwindSafe for AsyncNpmClient
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