Enum json_ld_core::object::node::EntryKeyRef
source · pub enum EntryKeyRef<'a, T, B, M> {
Id,
Type,
Graph,
Included,
Reverse,
Property(Meta<&'a Id<T, B>, &'a M>),
}
Variants§
Implementations§
Trait Implementations§
source§impl<'a, T, B, M> Clone for EntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> Clone for EntryKeyRef<'a, T, B, M>
source§impl<'a, T, B, N: Vocabulary<Iri = T, BlankId = B>, M> IntoRefWithContext<'a, str, N> for EntryKeyRef<'a, T, B, M>
impl<'a, T, B, N: Vocabulary<Iri = T, BlankId = B>, M> IntoRefWithContext<'a, str, N> for EntryKeyRef<'a, T, B, M>
fn into_ref_with(self, vocabulary: &'a N) -> &'a str
source§impl<'a, T: PartialEq, B: PartialEq, M: PartialEq> PartialEq<EntryKeyRef<'a, T, B, M>> for EntryKeyRef<'a, T, B, M>
impl<'a, T: PartialEq, B: PartialEq, M: PartialEq> PartialEq<EntryKeyRef<'a, T, B, M>> for EntryKeyRef<'a, T, B, M>
source§fn eq(&self, other: &EntryKeyRef<'a, T, B, M>) -> bool
fn eq(&self, other: &EntryKeyRef<'a, T, B, M>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a, T, B, M> Copy for EntryKeyRef<'a, T, B, M>
impl<'a, T: Eq, B: Eq, M: Eq> Eq for EntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> StructuralEq for EntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> StructuralPartialEq for EntryKeyRef<'a, T, B, M>
Auto Trait Implementations§
impl<'a, T, B, M> RefUnwindSafe for EntryKeyRef<'a, T, B, M>where B: RefUnwindSafe, M: RefUnwindSafe, T: RefUnwindSafe,
impl<'a, T, B, M> Send for EntryKeyRef<'a, T, B, M>where B: Sync, M: Sync, T: Sync,
impl<'a, T, B, M> Sync for EntryKeyRef<'a, T, B, M>where B: Sync, M: Sync, T: Sync,
impl<'a, T, B, M> Unpin for EntryKeyRef<'a, T, B, M>
impl<'a, T, B, M> UnwindSafe for EntryKeyRef<'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
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.