Struct ciboulette::CibouletteLink[][src]

pub struct CibouletteLink<'request> {
    pub self_: Option<CibouletteLinkSelector<'request>>,
    pub related: Option<CibouletteLinkSelector<'request>>,
}

Fields

self_: Option<CibouletteLinkSelector<'request>>related: Option<CibouletteLinkSelector<'request>>

Implementations

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

pub fn self_(&self) -> &Option<CibouletteLinkSelector<'request>>[src]

pub fn related(&self) -> &Option<CibouletteLinkSelector<'request>>[src]

Trait Implementations

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

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

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

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

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

Auto Trait Implementations

impl<'request> RefUnwindSafe for CibouletteLink<'request>

impl<'request> Send for CibouletteLink<'request>

impl<'request> Sync for CibouletteLink<'request>

impl<'request> Unpin for CibouletteLink<'request>

impl<'request> UnwindSafe for CibouletteLink<'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.