Struct tower_http::follow_redirect::RequestUri
source · pub struct RequestUri(pub Uri);
Available on crate feature
follow-redirect
only.Expand description
Response Extensions
value that represents the effective request URI of
a response returned by a FollowRedirect
middleware.
The value differs from the original request’s effective URI if the middleware has followed redirections.
Tuple Fields§
§0: Uri
Trait Implementations§
source§impl Clone for RequestUri
impl Clone for RequestUri
source§fn clone(&self) -> RequestUri
fn clone(&self) -> RequestUri
Returns a copy 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 RefUnwindSafe for RequestUri
impl Send for RequestUri
impl Sync for RequestUri
impl Unpin for RequestUri
impl UnwindSafe for RequestUri
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