pub struct PyPIClient { /* private fields */ }Expand description
PyPI API client
Implementations§
Source§impl PyPIClient
impl PyPIClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PyPIClient
impl !RefUnwindSafe for PyPIClient
impl Send for PyPIClient
impl Sync for PyPIClient
impl Unpin for PyPIClient
impl !UnwindSafe for PyPIClient
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