pub struct Fetch<R> { /* private fields */ }
Expand description
HTTP(S) fetcher
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Fetch<R>where
R: Freeze,
impl<R> !RefUnwindSafe for Fetch<R>
impl<R> Send for Fetch<R>where
R: Send,
impl<R> Sync for Fetch<R>where
R: Sync,
impl<R> Unpin for Fetch<R>where
R: Unpin,
impl<R> !UnwindSafe for Fetch<R>
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