pub struct EmbedView<'a> {
pub record: &'a Value,
}Expand description
Borrowed view over a quoted-post JSON record.
Fields§
§record: &'a ValueImplementations§
Auto Trait Implementations§
impl<'a> Freeze for EmbedView<'a>
impl<'a> RefUnwindSafe for EmbedView<'a>
impl<'a> Send for EmbedView<'a>
impl<'a> Sync for EmbedView<'a>
impl<'a> Unpin for EmbedView<'a>
impl<'a> UnsafeUnpin for EmbedView<'a>
impl<'a> UnwindSafe for EmbedView<'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