pub struct DocWithSyncKv { /* private fields */ }Implementations§
Source§impl DocWithSyncKv
impl DocWithSyncKv
Auto Trait Implementations§
impl Freeze for DocWithSyncKv
impl !RefUnwindSafe for DocWithSyncKv
impl Send for DocWithSyncKv
impl Sync for DocWithSyncKv
impl Unpin for DocWithSyncKv
impl !UnwindSafe for DocWithSyncKv
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