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§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