pub struct UreqFetcher { /* private fields */ }Expand description
Blocking HTTP fetcher backed by ureq.
Implementations§
Source§impl UreqFetcher
impl UreqFetcher
Trait Implementations§
Source§impl Clone for UreqFetcher
impl Clone for UreqFetcher
Source§fn clone(&self) -> UreqFetcher
fn clone(&self) -> UreqFetcher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UreqFetcher
impl Debug for UreqFetcher
Source§impl Default for UreqFetcher
impl Default for UreqFetcher
Source§impl Fetcher for UreqFetcher
impl Fetcher for UreqFetcher
Source§impl FormSubmitter for UreqFetcher
impl FormSubmitter for UreqFetcher
Source§fn submit_form(
&self,
submission: &FormSubmission,
) -> Result<Response, FetchError>
fn submit_form( &self, submission: &FormSubmission, ) -> Result<Response, FetchError>
Submits a resolved semantic form request.
Auto Trait Implementations§
impl Freeze for UreqFetcher
impl !RefUnwindSafe for UreqFetcher
impl Send for UreqFetcher
impl Sync for UreqFetcher
impl Unpin for UreqFetcher
impl UnsafeUnpin for UreqFetcher
impl !UnwindSafe for UreqFetcher
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