pub struct ReqwestPuller { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ReqwestPuller
impl Clone for ReqwestPuller
Source§fn clone(&self) -> ReqwestPuller
fn clone(&self) -> ReqwestPuller
Returns a duplicate 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 Prefetch for ReqwestPuller
impl Prefetch for ReqwestPuller
Source§impl RandPuller for ReqwestPuller
impl RandPuller for ReqwestPuller
Auto Trait Implementations§
impl Freeze for ReqwestPuller
impl !RefUnwindSafe for ReqwestPuller
impl Send for ReqwestPuller
impl Sync for ReqwestPuller
impl Unpin for ReqwestPuller
impl !UnwindSafe for ReqwestPuller
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