Enum json_ld_core::object::value::ValueEntryRef
source · [−]pub enum ValueEntryRef<'a, M> {
Literal(&'a Literal),
LangString(&'a str),
Json(&'a Meta<Value<M>, M>),
}
Variants
Literal(&'a Literal)
LangString(&'a str)
Json(&'a Meta<Value<M>, M>)
Trait Implementations
sourceimpl<'a, M> Clone for ValueEntryRef<'a, M>
impl<'a, M> Clone for ValueEntryRef<'a, M>
sourceimpl<'a, M> PrecomputeSize for ValueEntryRef<'a, M>
impl<'a, M> PrecomputeSize for ValueEntryRef<'a, M>
sourceimpl<'a, M> PrintWithSize for ValueEntryRef<'a, M>
impl<'a, M> PrintWithSize for ValueEntryRef<'a, M>
impl<'a, M> Copy for ValueEntryRef<'a, M>
Auto Trait Implementations
impl<'a, M> RefUnwindSafe for ValueEntryRef<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for ValueEntryRef<'a, M>where
M: Sync,
impl<'a, M> Sync for ValueEntryRef<'a, M>where
M: Sync,
impl<'a, M> Unpin for ValueEntryRef<'a, M>
impl<'a, M> UnwindSafe for ValueEntryRef<'a, M>where
M: 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