[−][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>>::SPOTriple
fn cmp_subject_iri(&self, o: &str) -> Ordering
[src]
fn cmp_subject_iri(&self, o: &str) -> Ordering
fn cmp_predicate(&self, o: &str) -> Ordering
[src]
fn cmp_predicate(&self, o: &str) -> Ordering
fn cmp_object_iri(&self, o: &str) -> Ordering
[src]
fn cmp_object_iri(&self, o: &str) -> Ordering
fn 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>
) -> Ordering
fn subject_is_blank_node(&self) -> bool
[src]
fn subject_is_blank_node(&self) -> bool
fn object_type(&self) -> Object
[src]
fn object_type(&self) -> Object
impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::OPSTriple
[src]
impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::OPSTriple
fn cmp_subject_iri(&self, o: &str) -> Ordering
[src]
fn cmp_subject_iri(&self, o: &str) -> Ordering
fn cmp_predicate(&self, o: &str) -> Ordering
[src]
fn cmp_predicate(&self, o: &str) -> Ordering
fn cmp_object_iri(&self, o: &str) -> Ordering
[src]
fn cmp_object_iri(&self, o: &str) -> Ordering
fn 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>
) -> Ordering
fn subject_is_blank_node(&self) -> bool
[src]
fn subject_is_blank_node(&self) -> bool
fn object_type(&self) -> Object
[src]
fn object_type(&self) -> Object
impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::SPOTriple
[src]
impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::SPOTriple
fn cmp_subject_iri(&self, o: &str) -> Ordering
[src]
fn cmp_subject_iri(&self, o: &str) -> Ordering
fn cmp_predicate(&self, o: &str) -> Ordering
[src]
fn cmp_predicate(&self, o: &str) -> Ordering
fn cmp_object_iri(&self, o: &str) -> Ordering
[src]
fn cmp_object_iri(&self, o: &str) -> Ordering
fn 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>
) -> Ordering
fn subject_is_blank_node(&self) -> bool
[src]
fn subject_is_blank_node(&self) -> bool
fn object_type(&self) -> Object
[src]
fn object_type(&self) -> Object
impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::OPSTriple
[src]
impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::OPSTriple
fn cmp_subject_iri(&self, o: &str) -> Ordering
[src]
fn cmp_subject_iri(&self, o: &str) -> Ordering
fn cmp_predicate(&self, o: &str) -> Ordering
[src]
fn cmp_predicate(&self, o: &str) -> Ordering
fn cmp_object_iri(&self, o: &str) -> Ordering
[src]
fn cmp_object_iri(&self, o: &str) -> Ordering
fn 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>
) -> Ordering
fn subject_is_blank_node(&self) -> bool
[src]
fn subject_is_blank_node(&self) -> bool
fn object_type(&self) -> Object
[src]
fn object_type(&self) -> Object