Struct rdf_rs::core::Relationship [−][src]
pub struct Relationship(pub Uri);Tuple Fields
0: UriTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Relationship
impl Send for Relationship
impl Sync for Relationship
impl Unpin for Relationship
impl UnwindSafe for Relationship
Blanket Implementations
Mutably borrows from an owned value. Read more