[][src]Struct df_st_api::api_objects::ApiMinimalPagination

pub struct ApiMinimalPagination { /* fields omitted */ }

A Query Guard for pagination of lists of items.

Trait Implementations

impl Clone for ApiMinimalPagination[src]

impl Debug for ApiMinimalPagination[src]

impl Default for ApiMinimalPagination[src]

impl<'de> Deserialize<'de> for ApiMinimalPagination[src]

impl<'q> FromQuery<'q> for ApiMinimalPagination[src]

Parse incoming query data and store in ApiMinimalPagination

type Error = Error

The associated error to be returned if parsing/validation fails.

impl JsonSchema for ApiMinimalPagination[src]

impl<'r> OpenApiFromQuery<'r> for ApiMinimalPagination[src]

Add support for OpenApi generator

impl Serialize for ApiMinimalPagination[src]

Auto Trait Implementations

impl RefUnwindSafe for ApiMinimalPagination

impl Send for ApiMinimalPagination

impl Sync for ApiMinimalPagination

impl Unpin for ApiMinimalPagination

impl UnwindSafe for ApiMinimalPagination

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, I> AsResult<T, I> for T where
    I: Input, 

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoCollection<T> for T

impl<T> IntoSql for T

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,