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