Struct graph_http::IntoResponse
source ·
[−]pub struct IntoResponse<'a, T, Client> where
Client: RequestClient, { /* fields omitted */ }
Implementations
Returns results based on search criteria. See the docs
Returns the results in the specified media format. See the docs
Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. See the docs
Sets the page size of results. See the docs
Retrieves the next page of results from result sets that span multiple pages. (Some APIs use $skip instead.) See the docs
Retrieves the total count of matching resources. See the docs
impl<'a, T> IntoResponse<'a, T, HttpClient<RefCell<GraphRequest<Client, Body, Form>>>> where
for<'de> T: Deserialize<'de>,
impl<'a, T> IntoResponse<'a, T, HttpClient<RefCell<GraphRequest<Client, Body, Form>>>> where
for<'de> T: Deserialize<'de>,
impl<'a, T: 'static + Send + ODataLink + Clone> IntoResponse<'a, T, HttpClient<RefCell<GraphRequest<Client, Body, Form>>>> where
for<'de> T: Deserialize<'de>,
impl<'a, T: 'static + Send + ODataLink + Clone> IntoResponse<'a, T, HttpClient<RefCell<GraphRequest<Client, Body, Form>>>> where
for<'de> T: Deserialize<'de>,
pub async fn json<U>(self) -> GraphResult<GraphResponse<U>> where
for<'de> U: Deserialize<'de>,
impl<'a, T> IntoResponse<'a, T, HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>> where
for<'de> T: Deserialize<'de>,
impl<'a, T> IntoResponse<'a, T, HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>> where
for<'de> T: Deserialize<'de>,
impl<'a, T: 'static + Send + ODataLink + Clone> IntoResponse<'a, T, HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>> where
for<'de> T: Deserialize<'de>,
impl<'a, T: 'static + Send + ODataLink + Clone> IntoResponse<'a, T, HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>> where
for<'de> T: Deserialize<'de>,
Auto Trait Implementations
impl<'a, T, Client> !RefUnwindSafe for IntoResponse<'a, T, Client>
impl<'a, T, Client> Send for IntoResponse<'a, T, Client> where
Client: Sync,
T: Send,
impl<'a, T, Client> !Sync for IntoResponse<'a, T, Client>
impl<'a, T, Client> Unpin for IntoResponse<'a, T, Client> where
T: Unpin,
impl<'a, T, Client> !UnwindSafe for IntoResponse<'a, T, Client>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more