[][src]Type Definition graph_http::IntoResponseAsync

type IntoResponseAsync<'a, T> = IntoResponse<'a, T, AsyncHttpClient>;

Implementations

impl<'a, T> IntoResponseAsync<'a, T>[src]

pub async fn json<U>(self) -> GraphResult<U> where
    U: Deserialize<'de>, 
[src]

pub async fn text(self) -> GraphResult<String>[src]

impl<'a, T> IntoResponseAsync<'a, T> where
    T: Deserialize<'de>, 
[src]

pub async fn build(self) -> DispatchAsync<T>[src]

pub async fn send(self) -> GraphResult<GraphResponse<T>>[src]

impl<'a> IntoResponseAsync<'a, GraphResponse<Content>>[src]

impl<'a> IntoResponseAsync<'a, UploadSessionClient<AsyncHttpClient>>[src]

impl<'a, T: 'static + Send + NextLink + Clone> IntoResponseAsync<'a, DeltaPhantom<T>> where
    T: Deserialize<'de>, 
[src]

pub async fn build(self) -> DispatchDelta<T, RequestBuilder>[src]

pub async fn send(self) -> Receiver<Delta<T>>[src]