Struct json_ld::object::node::reverse_properties::ReverseProperties [−][src]
Expand description
Reverse properties of a node object, and their associated nodes.
Implementations
Checks if the given reverse property is associated to any node.
Returns an iterator over all the nodes associated to the given reverse property.
Get one of the nodes associated to the given reverse property.
If multiple nodes are found, there are no guaranties on which node will be returned.
Associate the given node to the given reverse property.
Associate all the given nodes to the given reverse property.
Returns an iterator over the reverse properties and their associated nodes.
Trait Implementations
impl<J: PartialEq + JsonHash, T: PartialEq + Id> PartialEq<ReverseProperties<J, T>> for ReverseProperties<J, T>
impl<J: PartialEq + JsonHash, T: PartialEq + Id> PartialEq<ReverseProperties<J, T>> for ReverseProperties<J, T>
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.