Enum json_ld::object::value::ValueEntryRef
source · pub enum ValueEntryRef<'a, M> {
Literal(&'a Literal),
LangString(&'a str),
Json(&'a Meta<Value<M>, M>),
}
Variants§
Trait Implementations§
source§impl<'a, M> Clone for ValueEntryRef<'a, M>
impl<'a, M> Clone for ValueEntryRef<'a, M>
source§fn clone(&self) -> ValueEntryRef<'a, M>
fn clone(&self) -> ValueEntryRef<'a, 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