Enum json_ld::object::value::EntryValueRef
source · pub enum EntryValueRef<'a, T, M> {
Value(ValueEntryRef<'a, M>),
Type(TypeRef<'a, T>),
Language(LenientLanguageTag<'a>),
Direction(Direction),
}
Variants§
Value(ValueEntryRef<'a, M>)
Type(TypeRef<'a, T>)
Language(LenientLanguageTag<'a>)
Direction(Direction)
Trait Implementations§
source§impl<'a, T, M> Clone for EntryValueRef<'a, T, M>
impl<'a, T, M> Clone for EntryValueRef<'a, T, M>
source§fn clone(&self) -> EntryValueRef<'a, T, M>
fn clone(&self) -> EntryValueRef<'a, T, M>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more