[−][src]Trait rome::graphs::collection::TripleCmpWrap   
TripleCmpWrap can wrap a Triple and has no associated types.
This makes it possible to re-use a pointer
This is an internal trait for GraphCollection.
Implementors
impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::SPOTriple[src] 
impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::SPOTriplefn cmp_subject_iri(&self, o: &str) -> Ordering[src] 
fn cmp_subject_iri(&self, o: &str) -> Orderingfn cmp_predicate(&self, o: &str) -> Ordering[src] 
fn cmp_predicate(&self, o: &str) -> Orderingfn cmp_object_iri(&self, o: &str) -> Ordering[src] 
fn cmp_object_iri(&self, o: &str) -> Orderingfn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Ordering[src] 
fn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Orderingfn subject_is_blank_node(&self) -> bool[src] 
fn subject_is_blank_node(&self) -> boolfn object_type(&self) -> Object[src] 
fn object_type(&self) -> Objectimpl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::OPSTriple[src] 
impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::OPSTriplefn cmp_subject_iri(&self, o: &str) -> Ordering[src] 
fn cmp_subject_iri(&self, o: &str) -> Orderingfn cmp_predicate(&self, o: &str) -> Ordering[src] 
fn cmp_predicate(&self, o: &str) -> Orderingfn cmp_object_iri(&self, o: &str) -> Ordering[src] 
fn cmp_object_iri(&self, o: &str) -> Orderingfn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Ordering[src] 
fn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Orderingfn subject_is_blank_node(&self) -> bool[src] 
fn subject_is_blank_node(&self) -> boolfn object_type(&self) -> Object[src] 
fn object_type(&self) -> Objectimpl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::SPOTriple[src] 
impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::SPOTriplefn cmp_subject_iri(&self, o: &str) -> Ordering[src] 
fn cmp_subject_iri(&self, o: &str) -> Orderingfn cmp_predicate(&self, o: &str) -> Ordering[src] 
fn cmp_predicate(&self, o: &str) -> Orderingfn cmp_object_iri(&self, o: &str) -> Ordering[src] 
fn cmp_object_iri(&self, o: &str) -> Orderingfn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Ordering[src] 
fn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Orderingfn subject_is_blank_node(&self) -> bool[src] 
fn subject_is_blank_node(&self) -> boolfn object_type(&self) -> Object[src] 
fn object_type(&self) -> Objectimpl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::OPSTriple[src] 
impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::OPSTriplefn cmp_subject_iri(&self, o: &str) -> Ordering[src] 
fn cmp_subject_iri(&self, o: &str) -> Orderingfn cmp_predicate(&self, o: &str) -> Ordering[src] 
fn cmp_predicate(&self, o: &str) -> Orderingfn cmp_object_iri(&self, o: &str) -> Ordering[src] 
fn cmp_object_iri(&self, o: &str) -> Orderingfn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Ordering[src] 
fn cmp_object_literal(
    &self, 
    o: &str, 
    datatype: &str, 
    language: Option<&str>
) -> Orderingfn subject_is_blank_node(&self) -> bool[src] 
fn subject_is_blank_node(&self) -> boolfn object_type(&self) -> Object[src] 
fn object_type(&self) -> Object