[][src]Type Definition graph_http::DispatchAsync

type DispatchAsync<T> = DispatchRequest<T, RequestBuilder>;

Implementations

impl<T> DispatchAsync<T>[src]

pub fn new(
    request: RequestBuilder,
    file: Option<PathBuf>,
    error: Option<GraphFailure>
) -> DispatchAsync<T>
[src]

impl<T> DispatchAsync<T>[src]

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

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

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

impl DispatchAsync<GraphResponse<Content>>[src]

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

impl DispatchAsync<UploadSessionClient<AsyncHttpClient>>[src]