Enum ntriple::Object [] [src]

pub enum Object {
    IriRef(String),
    BNode(String),
    Lit(Literal),
}

Represents the object part of a triple.

Variants

The unescaped lexical form of the IRI.

The unescaped lexial form of the literal.

Trait Implementations

impl Debug for Object
[src]

Formats the value using the given formatter.