Enum json_ld::object::Ref [−][src]
pub enum Ref<'a, J: JsonHash, T: Id> {
Value(&'a Value<J, T>),
Node(&'a Node<J, T>),
List(&'a [Indexed<Object<J, T>>]),
}
Expand description
Object reference.
Variants
Value(&'a Value<J, T>)
Value object.
Tuple Fields of Value
0: &'a Value<J, T>
Node(&'a Node<J, T>)
Node object.
Tuple Fields of Node
0: &'a Node<J, T>
List object.