[][src]Struct sophia::triple::TripleAsQuadFrom

pub struct TripleAsQuadFrom<'a, T: Triple<'a>>(_, _);

The adapter returned by Triple::as_quad_from.

Methods

impl<'a, T: Triple<'a>> TripleAsQuadFrom<'a, T>[src]

pub fn unwrap(self) -> T[src]

Unwrap this adapter to get the original triple back.

Trait Implementations

impl<'a, T: Triple<'a>> Quad<'a> for TripleAsQuadFrom<'a, T>[src]

type TermData = T::TermData

fn as_triple(self) -> QuadAsTriple<Self> where
    Self: Sized
[src]

Triple adapter owning this quad.

Auto Trait Implementations

impl<'a, T> Sync for TripleAsQuadFrom<'a, T> where
    T: Sync,
    <T as Triple<'a>>::TermData: Sync

impl<'a, T> Send for TripleAsQuadFrom<'a, T> where
    T: Send,
    <T as Triple<'a>>::TermData: Send

impl<'a, T> Unpin for TripleAsQuadFrom<'a, T> where
    T: Unpin,
    <T as Triple<'a>>::TermData: Unpin

impl<'a, T> RefUnwindSafe for TripleAsQuadFrom<'a, T> where
    T: RefUnwindSafe,
    <T as Triple<'a>>::TermData: RefUnwindSafe

impl<'a, T> UnwindSafe for TripleAsQuadFrom<'a, T> where
    T: UnwindSafe,
    <T as Triple<'a>>::TermData: UnwindSafe

Blanket Implementations

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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