pub struct TripleAsQuadFrom<T: Triple>(_, _);
Expand description

The adapter returned by Triple::as_quad_from.

Implementations

Unwrap this adapter to get the original triple back.

Trait Implementations

The subject of this quad.

The predicate of this quad.

The object of this quad.

The (optional) graph name

Triple adapter owning this quad.

👎 Deprecated since 0.6.3:

Has been renamed to wrap_as_triple

Iterator over the components of this triple

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.