pub struct MapView<'a, K: RowValue, V: RowValue> { /* private fields */ }Expand description
A zero-copy view over one Standard Row Format map.
Implementations§
Source§impl<'a, K: RowValue, V: RowValue> MapView<'a, K, V>
impl<'a, K: RowValue, V: RowValue> MapView<'a, K, V>
Trait Implementations§
impl<K: RowValue, V: RowValue> Copy for MapView<'_, K, V>
Auto Trait Implementations§
impl<'a, K, V> Freeze for MapView<'a, K, V>
impl<'a, K, V> RefUnwindSafe for MapView<'a, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> Send for MapView<'a, K, V>
impl<'a, K, V> Sync for MapView<'a, K, V>
impl<'a, K, V> Unpin for MapView<'a, K, V>
impl<'a, K, V> UnsafeUnpin for MapView<'a, K, V>
impl<'a, K, V> UnwindSafe for MapView<'a, K, V>where
K: UnwindSafe,
V: UnwindSafe,
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