Struct rdf_rs::core::Triple [−][src]
pub struct Triple {
pub subject: Resource,
pub predicate: Relationship,
pub object: Object,
}Expand description
An RDF triple. Typically constructed from a (Resource, Relationship, Object) tuple with
.into().
Fields
subject: Resourcepredicate: Relationshipobject: ObjectTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Triple
impl UnwindSafe for Triple
Blanket Implementations
Mutably borrows from an owned value. Read more