Enum json_ld::object::IndexedEntryRef
source · Variants§
Implementations§
source§impl<'a, T, B, M> IndexedEntryRef<'a, T, B, M>
impl<'a, T, B, M> IndexedEntryRef<'a, T, B, M>
pub fn into_key(self) -> IndexedEntryKeyRef<'a, T, B, M>
pub fn key(&self) -> IndexedEntryKeyRef<'a, T, B, M>
pub fn into_value(self) -> IndexedEntryValueRef<'a, T, B, M>
pub fn value(&self) -> IndexedEntryValueRef<'a, T, B, M>
pub fn into_key_value(
self
) -> (IndexedEntryKeyRef<'a, T, B, M>, IndexedEntryValueRef<'a, T, B, M>)
pub fn as_key_value(
&self
) -> (IndexedEntryKeyRef<'a, T, B, M>, IndexedEntryValueRef<'a, T, B, M>)
Trait Implementations§
source§impl<'a, T, B, M> Clone for IndexedEntryRef<'a, T, B, M>
impl<'a, T, B, M> Clone for IndexedEntryRef<'a, T, B, M>
source§fn clone(&self) -> IndexedEntryRef<'a, T, B, M>
fn clone(&self) -> IndexedEntryRef<'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