[][src]Type Definition graph_http::IntoResponseBlocking

type IntoResponseBlocking<'a, T> = IntoResponse<'a, T, BlockingHttpClient>;

Implementations

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

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

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

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

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

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

impl<'a> IntoResponseBlocking<'a, UploadSessionClient<BlockingHttpClient>>[src]

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

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

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

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