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§
Trait Implementations§
source§impl<'a, M> Clone for ValueEntryRef<'a, M>
impl<'a, M> Clone for ValueEntryRef<'a, M>
source§impl<'a, M> PrecomputeSize for ValueEntryRef<'a, M>
impl<'a, M> PrecomputeSize for ValueEntryRef<'a, M>
source§impl<'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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more