pub struct EmbeddedReadView { /* private fields */ }Expand description
Owned single-value read view.
The view carries its own bytes::Bytes handle, so slice() and
slice_meta() remain valid independently of later store mutations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for EmbeddedReadView
impl RefUnwindSafe for EmbeddedReadView
impl Send for EmbeddedReadView
impl Sync for EmbeddedReadView
impl Unpin for EmbeddedReadView
impl UnsafeUnpin for EmbeddedReadView
impl UnwindSafe for EmbeddedReadView
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