pub enum ValueEntryRef<'a> {
    Literal(&'a Literal),
    LangString(&'a str),
    Json(&'a Value),
}Variants§
Trait Implementations§
Source§impl Clone for ValueEntryRef<'_>
 
impl Clone for ValueEntryRef<'_>
Source§impl PrecomputeSize for ValueEntryRef<'_>
 
impl PrecomputeSize for ValueEntryRef<'_>
Source§impl PrintWithSize for ValueEntryRef<'_>
 
impl PrintWithSize for ValueEntryRef<'_>
impl Copy for ValueEntryRef<'_>
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