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