pub struct CurrentPlatformClient {}
Trait Implementations§
source§impl Clone for MinreqHttpClient
impl Clone for MinreqHttpClient
source§fn clone(&self) -> MinreqHttpClient
fn clone(&self) -> MinreqHttpClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MinreqHttpClient
impl Default for MinreqHttpClient
source§fn default() -> MinreqHttpClient
fn default() -> MinreqHttpClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MinreqHttpClient
impl Send for MinreqHttpClient
impl Sync for MinreqHttpClient
impl Unpin for MinreqHttpClient
impl UnwindSafe for MinreqHttpClient
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