Struct RequestUri

struct RequestUri(511)

Response [Extensions][http::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.

Implementations

impl Clone for RequestUri

fn clone(self: &Self) -> RequestUri

impl Freeze for RequestUri

impl RefUnwindSafe for RequestUri

impl Send for RequestUri

impl Sync for RequestUri

impl Unpin for RequestUri

impl UnsafeUnpin for RequestUri

impl UnwindSafe for RequestUri

impl<T> Any for RequestUri

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for RequestUri

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for RequestUri

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for RequestUri

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for RequestUri

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Instrument for RequestUri

impl<T> PolicyExt for RequestUri

fn and<P, B, E>(self: Self, other: P) -> And<T, P>
where
    T: Policy<B, E>,
    P: Policy<B, E>
fn or<P, B, E>(self: Self, other: P) -> Or<T, P>
where
    T: Policy<B, E>,
    P: Policy<B, E>

impl<T> ToOwned for RequestUri

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> WithSubscriber for RequestUri

impl<T, U> Into for RequestUri

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for RequestUri

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for RequestUri

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>