[][src]Struct sophia::triple::TripleAsQuad

pub struct TripleAsQuad<T>(_);

The adapter returned by Triple::as_quad.

Methods

impl<T> TripleAsQuad<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 TripleAsQuad<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<T> Sync for TripleAsQuad<T> where
    T: Sync

impl<T> Send for TripleAsQuad<T> where
    T: Send

impl<T> Unpin for TripleAsQuad<T> where
    T: Unpin

impl<T> RefUnwindSafe for TripleAsQuad<T> where
    T: RefUnwindSafe

impl<T> UnwindSafe for TripleAsQuad<T> where
    T: 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]