pub struct FetchAttempt { /* private fields */ }Expand description
A single fetch attempt, describing the URL to request and headers to set.
Implementations§
Trait Implementations§
Source§impl Clone for FetchAttempt
impl Clone for FetchAttempt
Source§fn clone(&self) -> FetchAttempt
fn clone(&self) -> FetchAttempt
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 moreAuto Trait Implementations§
impl Freeze for FetchAttempt
impl RefUnwindSafe for FetchAttempt
impl Send for FetchAttempt
impl Sync for FetchAttempt
impl Unpin for FetchAttempt
impl UnsafeUnpin for FetchAttempt
impl UnwindSafe for FetchAttempt
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