Enum json_ld::object::IndexedEntryValueRef
source · pub enum IndexedEntryValueRef<'a, T, B, M> {
Index(&'a str),
Object(EntryValueRef<'a, T, B, M>),
}
Variants§
Index(&'a str)
Object(EntryValueRef<'a, T, B, M>)
Trait Implementations§
source§impl<'a, T, B, M> Clone for IndexedEntryValueRef<'a, T, B, M>
impl<'a, T, B, M> Clone for IndexedEntryValueRef<'a, T, B, M>
source§fn clone(&self) -> IndexedEntryValueRef<'a, T, B, M>
fn clone(&self) -> IndexedEntryValueRef<'a, T, B, 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