Struct httpclient::middleware::FollowRedirectsMiddleware
source · [−]pub struct FollowRedirectsMiddleware {}
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FollowRedirectsMiddleware
impl Send for FollowRedirectsMiddleware
impl Sync for FollowRedirectsMiddleware
impl Unpin for FollowRedirectsMiddleware
impl UnwindSafe for FollowRedirectsMiddleware
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more