pub struct QuadAsTriple<Q: ?Sized>(_);
Expand description

The adapter returned by Quad::as_triple.

Implementations

Unwrap this adapter to get the original quad back.

Trait Implementations

The subject of this triple.

The predicate of this triple.

The object of this triple.

Quad adapter owning this triple, pretending to belong to the default graph. Read more

👎 Deprecated since 0.6.3:

has been renamed to wrap_as_quad

Quad adapter owning this triple, pretending to belong to a named graph with the given name. Read more

👎 Deprecated since 0.6.3:

has been renamed to wrap_as_quad_from

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.