Struct chelone::triple::Triple [] [src]

pub struct Triple(pub Subject, pub Iri, pub Object);

A single triple containing a subject, predicate, and object.

Trait Implementations

impl Clone for Triple
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Triple
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Triple
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for Triple
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Triple

impl Sync for Triple