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 !Freeze for RequestUri
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