pub struct Attempt<'a> { /* private fields */ }
Available on crate feature
follow-redirect
only.Expand description
A type that holds information on a redirection attempt.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Attempt<'a>
impl<'a> RefUnwindSafe for Attempt<'a>
impl<'a> Send for Attempt<'a>
impl<'a> Sync for Attempt<'a>
impl<'a> Unpin for Attempt<'a>
impl<'a> UnwindSafe for Attempt<'a>
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