ClientResponse

Struct ClientResponse 

Source
pub struct ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> { /* private fields */ }

Implementations§

Source§

impl<'reesponse> ClientResponse<'reesponse, MethodNotPresent, PathNotPresent, HostNotPresent, AuthorizationNotPresent, ContentTypeNotPresent, ContentNotPresent>

Source§

impl<'response> ClientResponse<'response, MethodPresent, PathNotPresent, HostNotPresent, AuthorizationNotPresent, ContentTypeNotPresent, ContentNotPresent>

Source§

impl<'response> ClientResponse<'response, MethodPresent, PathPresent, HostNotPresent, AuthorizationNotPresent, ContentTypeNotPresent, ContentNotPresent>

Source§

impl<'response> ClientResponse<'response, MethodPresent, PathPresent, HostPresent, AuthorizationNotPresent, ContentTypeNotPresent, ContentNotPresent>

Source§

impl<'response> ClientResponse<'response, MethodPresent, PathPresent, HostPresent, AuthorizationPresent, ContentTypeNotPresent, ContentNotPresent>

Source§

impl<'response> ClientResponse<'response, MethodPresent, PathPresent, HostPresent, AuthorizationPresent, ContentTypePresent, ContentNotPresent>

Source§

impl<'response> ClientResponse<'response, MethodPresent, PathPresent, HostPresent, AuthorizationPresent, ContentTypePresent, ContentPresent>

Source

pub fn build(self) -> String

Auto Trait Implementations§

§

impl<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> Freeze for ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState>

§

impl<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> RefUnwindSafe for ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState>
where MethodState: RefUnwindSafe, PathState: RefUnwindSafe, StautState: RefUnwindSafe, AuthorizationState: RefUnwindSafe, ContentTypeState: RefUnwindSafe, ContentState: RefUnwindSafe,

§

impl<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> Send for ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState>
where MethodState: Send, PathState: Send, StautState: Send, AuthorizationState: Send, ContentTypeState: Send, ContentState: Send,

§

impl<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> Sync for ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState>
where MethodState: Sync, PathState: Sync, StautState: Sync, AuthorizationState: Sync, ContentTypeState: Sync, ContentState: Sync,

§

impl<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> Unpin for ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState>
where MethodState: Unpin, PathState: Unpin, StautState: Unpin, AuthorizationState: Unpin, ContentTypeState: Unpin, ContentState: Unpin,

§

impl<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState> UnwindSafe for ClientResponse<'response, MethodState, PathState, StautState, AuthorizationState, ContentTypeState, ContentState>
where MethodState: UnwindSafe, PathState: UnwindSafe, StautState: UnwindSafe, AuthorizationState: UnwindSafe, ContentTypeState: UnwindSafe, ContentState: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.