Enum json_ld_core::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
Trait Implementations
sourceimpl<'a, T, B, M> Clone for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> Clone for IndexedEntryKeyRef<'a, T, B, M>
sourceimpl<'a, T, B, M, N: Vocabulary<Iri = T, BlankId = B>> IntoRefWithContext<'a, str, N> for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T, B, M, N: Vocabulary<Iri = T, BlankId = B>> IntoRefWithContext<'a, str, N> for IndexedEntryKeyRef<'a, T, B, M>
fn into_ref_with(self, vocabulary: &'a N) -> &'a str
sourceimpl<'a, T: PartialEq, B: PartialEq, M: PartialEq> PartialEq<IndexedEntryKeyRef<'a, T, B, M>> for IndexedEntryKeyRef<'a, T, B, M>
impl<'a, T: PartialEq, B: PartialEq, M: PartialEq> PartialEq<IndexedEntryKeyRef<'a, T, B, M>> for IndexedEntryKeyRef<'a, T, B, M>
sourcefn 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: Eq, B: Eq, M: Eq> Eq for IndexedEntryKeyRef<'a, T, B, M>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> BorrowStripped for T
impl<T> BorrowStripped for T
sourceimpl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
sourceimpl<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
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.