Enum ciboulette::CiboulettePageType[][src]

pub enum CiboulettePageType<'request> {
    Number,
    Size,
    Offset,
    Limit,
    Cursor,
    Other(Cow<'request, str>),
}

The page type used in the CibouletteQueryParametersField

Variants

Number
Size
Offset
Limit
Cursor
Other(Cow<'request, str>)

Trait Implementations

impl<'request> Clone for CiboulettePageType<'request>[src]

impl<'request> Debug for CiboulettePageType<'request>[src]

impl<'request> Eq for CiboulettePageType<'request>[src]

impl<'request> Hash for CiboulettePageType<'request>[src]

impl<'request> Ord for CiboulettePageType<'request>[src]

impl<'request> PartialEq<CiboulettePageType<'request>> for CiboulettePageType<'request>[src]

impl<'request> PartialOrd<CiboulettePageType<'request>> for CiboulettePageType<'request>[src]

impl<'request> StructuralEq for CiboulettePageType<'request>[src]

impl<'request> StructuralPartialEq for CiboulettePageType<'request>[src]

Auto Trait Implementations

impl<'request> RefUnwindSafe for CiboulettePageType<'request>

impl<'request> Send for CiboulettePageType<'request>

impl<'request> Sync for CiboulettePageType<'request>

impl<'request> Unpin for CiboulettePageType<'request>

impl<'request> UnwindSafe for CiboulettePageType<'request>

Blanket Implementations

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

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.