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