Struct sophia_api::quad::streaming_mode::StreamedQuad[][src]

pub struct StreamedQuad<'a, T: QuadStreamingMode> { /* fields omitted */ }
Expand description

See module documentation.

Implementations

Raw constructor

Safety

This must only be used if the unsafe quad wrapped is guaranteed to live for at least 'a (the lifetime of this streamed quad).

Trait Implementations

Formats the value using the given formatter. Read more

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.