[−][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]
U: Deserialize<'de>,
pub async fn text(self) -> GraphResult<String>[src]
impl<'a, T> IntoResponseAsync<'a, T> where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
pub async fn build(self) -> DispatchAsync<T>[src]
pub async fn send(self) -> GraphResult<GraphResponse<T>>[src]
impl<'a> IntoResponseAsync<'a, GraphResponse<Content>>[src]
pub async fn build(self) -> DispatchAsync<GraphResponse<Content>>[src]
pub async fn send(self) -> GraphResult<GraphResponse<Content>>[src]
impl<'a> IntoResponseAsync<'a, UploadSessionClient<AsyncHttpClient>>[src]
pub async fn build(self) -> DispatchAsync<UploadSessionClient<AsyncHttpClient>>[src]
pub async fn send(self) -> GraphResult<UploadSessionClient<AsyncHttpClient>>[src]
impl<'a, T: 'static + Send + NextLink + Clone> IntoResponseAsync<'a, DeltaPhantom<T>> where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,