pub struct Map<K, V> { /* private fields */ }Expand description
A reactive dictionary that allows watching for changes to its key-value pairs.
Trait Implementations§
Source§impl<K: Ord + Clone + 'static, V: Clone + 'static> Dictionary for Map<K, V>
impl<K: Ord + Clone + 'static, V: Clone + 'static> Dictionary for Map<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for Map<K, V>
impl<K, V> !RefUnwindSafe for Map<K, V>
impl<K, V> !Send for Map<K, V>
impl<K, V> !Sync for Map<K, V>
impl<K, V> Unpin for Map<K, V>
impl<K, V> !UnwindSafe for Map<K, V>
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