Enum json_ld::object::value::ValueEntryRef   
source · pub enum ValueEntryRef<'a> {
    Literal(&'a Literal),
    LangString(&'a str),
    Json(&'a Value),
}Variants§
Trait Implementations§
source§impl<'a> Clone for ValueEntryRef<'a>
 
impl<'a> Clone for ValueEntryRef<'a>
source§fn clone(&self) -> ValueEntryRef<'a>
 
fn clone(&self) -> ValueEntryRef<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl<'a> PrecomputeSize for ValueEntryRef<'a>
 
impl<'a> PrecomputeSize for ValueEntryRef<'a>
source§impl<'a> PrintWithSize for ValueEntryRef<'a>
 
impl<'a> PrintWithSize for ValueEntryRef<'a>
impl<'a> Copy for ValueEntryRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for ValueEntryRef<'a>
impl<'a> RefUnwindSafe for ValueEntryRef<'a>
impl<'a> Send for ValueEntryRef<'a>
impl<'a> Sync for ValueEntryRef<'a>
impl<'a> Unpin for ValueEntryRef<'a>
impl<'a> UnwindSafe for ValueEntryRef<'a>
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
source§impl<T> BorrowUnordered for T
 
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)