Enum json_ld::object::IndexedEntryKeyRef
source · pub enum IndexedEntryKeyRef<'a, T, B, M> {
Index,
Object(EntryKeyRef<'a, T, B, M>),
}
Variants§
Index
Object(EntryKeyRef<'a, T, B, M>)
Implementations§
source§impl<'a, T, B, M> IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> IndexedEntryKeyRef<'a, T, B, M>
Trait Implementations§
source§impl<'a, T, B, M> Clone for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> Clone for IndexedEntryKeyRef<'a, T, B, M>
source§fn clone(&self) -> IndexedEntryKeyRef<'a, T, B, M>
fn clone(&self) -> IndexedEntryKeyRef<'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 moresource§impl<'a, T, B, M, N> IntoRefWithContext<'a, str, N> for IndexedEntryKeyRef<'a, T, B, M>where
N: Vocabulary<Iri = T, BlankId = B>,
impl<'a, T, B, M, N> IntoRefWithContext<'a, str, N> for IndexedEntryKeyRef<'a, T, B, M>where
N: Vocabulary<Iri = T, BlankId = B>,
fn into_ref_with(self, vocabulary: &'a N) -> &'a str
source§impl<'a, T, B, M> PartialEq<IndexedEntryKeyRef<'a, T, B, M>> for IndexedEntryKeyRef<'a, T, B, M>where
T: PartialEq<T>,
B: PartialEq<B>,
M: PartialEq<M>,
impl<'a, T, B, M> PartialEq<IndexedEntryKeyRef<'a, T, B, M>> for IndexedEntryKeyRef<'a, T, B, M>where
T: PartialEq<T>,
B: PartialEq<B>,
M: PartialEq<M>,
source§fn eq(&self, other: &IndexedEntryKeyRef<'a, T, B, M>) -> bool
fn eq(&self, other: &IndexedEntryKeyRef<'a, T, B, M>) -> bool
impl<'a, T, B, M> Copy for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> Eq for IndexedEntryKeyRef<'a, T, B, M>where
T: Eq,
B: Eq,
M: Eq,
impl<'a, T, B, M> StructuralEq for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> StructuralPartialEq for IndexedEntryKeyRef<'a, T, B, M>
Auto Trait Implementations§
impl<'a, T, B, M> RefUnwindSafe for IndexedEntryKeyRef<'a, T, B, M>where
B: RefUnwindSafe,
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, B, M> Send for IndexedEntryKeyRef<'a, T, B, M>where
B: Sync,
M: Sync,
T: Sync,
impl<'a, T, B, M> Sync for IndexedEntryKeyRef<'a, T, B, M>where
B: Sync,
M: Sync,
T: Sync,
impl<'a, T, B, M> Unpin for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> UnwindSafe for IndexedEntryKeyRef<'a, T, B, M>where
B: RefUnwindSafe,
M: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.