pub struct View<'storage, K: Key, V: Value> { /* private fields */ }Expand description
Consistent view of the storage at the certain version
Trait Implementations§
Auto Trait Implementations§
impl<'storage, K, V> Freeze for View<'storage, K, V>
impl<'storage, K, V> RefUnwindSafe for View<'storage, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'storage, K, V> Send for View<'storage, K, V>
impl<'storage, K, V> Sync for View<'storage, K, V>
impl<'storage, K, V> Unpin for View<'storage, K, V>
impl<'storage, K, V> UnwindSafe for View<'storage, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
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