Struct pretty_rdf::PChunk[][src]

pub struct PChunk<A: AsRef<str>> { /* fields omitted */ }
Expand description

A chunk of RDF that should that should be coherent. Current invariants:

  • each subject should appear only once (i.e. all subjects are grouped in PMultiTriple, or AsRefSeq)
  • if a subject appears it represents all appearances of the node as a subject in the document of which this is a chunk
  • if BNodes appear as subjects, they appear after any apperance as an object (TODO: Not implemented yet!)

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.