Struct ciboulette::CibouletteErrorLink[][src]

pub struct CibouletteErrorLink<'request> {
    pub about: Option<Cow<'request, str>>,
    pub inner_link: Option<CibouletteLinkObj<'request>>,
}

Fields

about: Option<Cow<'request, str>>inner_link: Option<CibouletteLinkObj<'request>>

Implementations

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

pub fn about(&self) -> &Option<Cow<'request, str>>[src]

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

pub fn about_mut(&mut self) -> &mut Option<Cow<'request, str>>[src]

Trait Implementations

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

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

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

impl<'de, 'request> Deserialize<'de> for CibouletteErrorLink<'request>[src]

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

Auto Trait Implementations

impl<'request> RefUnwindSafe for CibouletteErrorLink<'request>

impl<'request> Send for CibouletteErrorLink<'request>

impl<'request> Sync for CibouletteErrorLink<'request>

impl<'request> Unpin for CibouletteErrorLink<'request>

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