Struct ciboulette::CibouletteBodyLink[][src]

pub struct CibouletteBodyLink<'request> {
    pub inner_link: CibouletteLink<'request>,
    pub pagination: CibouletteBodyPagination<'request>,
}

Fields

inner_link: CibouletteLink<'request>pagination: CibouletteBodyPagination<'request>

Implementations

impl<'request> CibouletteBodyLink<'request>[src]

pub fn pagination(&self) -> &CibouletteBodyPagination<'request>[src]

Trait Implementations

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

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

impl<'request> Default for CibouletteBodyLink<'request>[src]

impl<'de, 'request> Deserialize<'de> for CibouletteBodyLink<'request> where
    CibouletteBodyLink<'request>: Default
[src]

impl<'request> Serialize for CibouletteBodyLink<'request>[src]

Auto Trait Implementations

impl<'request> RefUnwindSafe for CibouletteBodyLink<'request>

impl<'request> Send for CibouletteBodyLink<'request>

impl<'request> Sync for CibouletteBodyLink<'request>

impl<'request> Unpin for CibouletteBodyLink<'request>

impl<'request> UnwindSafe for CibouletteBodyLink<'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<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.