Enum json_ld::object::list::FragmentRef
source · pub enum FragmentRef<'a, T, B, M> {
Entry(&'a Entry<Vec<Meta<Indexed<Object<T, B, M>, M>, M>, Global>, M>),
Key(&'a M),
Value(&'a [Meta<Indexed<Object<T, B, M>, M>, M>]),
}
Expand description
List object fragment.
Variants§
Entry(&'a Entry<Vec<Meta<Indexed<Object<T, B, M>, M>, M>, Global>, M>)
“@list” entry.
Key(&'a M)
“@list” entry key.
Value(&'a [Meta<Indexed<Object<T, B, M>, M>, M>])
“@list” value.