Enum json_ld::object::node::IndexedEntryKeyRef   
source · pub enum IndexedEntryKeyRef<'a, T, B> {
    Index,
    Node(EntryKeyRef<'a, T, B>),
}Variants§
Index
Node(EntryKeyRef<'a, T, B>)
Implementations§
Trait Implementations§
source§impl<'a, T, B> Clone for IndexedEntryKeyRef<'a, T, B>
 
impl<'a, T, B> Clone for IndexedEntryKeyRef<'a, T, B>
source§fn clone(&self) -> IndexedEntryKeyRef<'a, T, B>
 
fn clone(&self) -> IndexedEntryKeyRef<'a, T, B>
Returns a copy of the value. Read more
source§fn clone_from(&mut self, _source: &IndexedEntryKeyRef<'a, T, B>)
 
fn clone_from(&mut self, _source: &IndexedEntryKeyRef<'a, T, B>)
Performs copy-assignment from 
source. Read moresource§impl<'a, T, B, N> IntoRefWithContext<'a, str, N> for IndexedEntryKeyRef<'a, T, B>where
    N: Vocabulary<Iri = T, BlankId = B>,
 
impl<'a, T, B, N> IntoRefWithContext<'a, str, N> for IndexedEntryKeyRef<'a, T, B>where
    N: Vocabulary<Iri = T, BlankId = B>,
fn into_ref_with(self, vocabulary: &'a N) -> &'a str
source§impl<'a, T, B> PartialEq for IndexedEntryKeyRef<'a, T, B>
 
impl<'a, T, B> PartialEq for IndexedEntryKeyRef<'a, T, B>
source§fn eq(&self, other: &IndexedEntryKeyRef<'a, T, B>) -> bool
 
fn eq(&self, other: &IndexedEntryKeyRef<'a, T, B>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'a, T, B> Copy for IndexedEntryKeyRef<'a, T, B>
impl<'a, T, B> Eq for IndexedEntryKeyRef<'a, T, B>
impl<'a, T, B> StructuralPartialEq for IndexedEntryKeyRef<'a, T, B>
Auto Trait Implementations§
impl<'a, T, B> Freeze for IndexedEntryKeyRef<'a, T, B>
impl<'a, T, B> RefUnwindSafe for IndexedEntryKeyRef<'a, T, B>where
    B: RefUnwindSafe,
    T: RefUnwindSafe,
impl<'a, T, B> Send for IndexedEntryKeyRef<'a, T, B>
impl<'a, T, B> Sync for IndexedEntryKeyRef<'a, T, B>
impl<'a, T, B> Unpin for IndexedEntryKeyRef<'a, T, B>
impl<'a, T, B> UnwindSafe for IndexedEntryKeyRef<'a, T, B>where
    B: RefUnwindSafe,
    T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> BorrowUnordered for T
 
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.