pub struct IntoResponse<'a, T, Client> where
    Client: RequestClient
{ /* fields omitted */ }

Implementations

Filters properties (columns). See the docs

Retrieves related resources. See the docs

Filters results (rows). See the docs

Orders results. See the docs

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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