Enum json_ld_core::object::IndexedEntryRef
source · Variants
Index(&'a str)
Object(EntryRef<'a, T, B, M>)
Implementations
sourceimpl<'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
sourceimpl<'a, T, B, M> Clone for IndexedEntryRef<'a, T, B, M>
impl<'a, T, B, M> Clone for IndexedEntryRef<'a, T, B, M>
impl<'a, T, B, M> Copy for IndexedEntryRef<'a, T, B, M>
Auto Trait Implementations
impl<'a, T, B, M> RefUnwindSafe for IndexedEntryRef<'a, T, B, M>where
B: RefUnwindSafe,
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, B, M> Send for IndexedEntryRef<'a, T, B, M>where
B: Sync,
M: Sync,
T: Sync,
impl<'a, T, B, M> Sync for IndexedEntryRef<'a, T, B, M>where
B: Sync,
M: Sync,
T: Sync,
impl<'a, T, B, M> Unpin for IndexedEntryRef<'a, T, B, M>
impl<'a, T, B, M> UnwindSafe for IndexedEntryRef<'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