Struct tower_http::follow_redirect::policy::Attempt
source · 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> 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