pub struct OpenPersistentReactiveMap<K, V> {
pub collection: ReactiveMap<K, V>,
pub persistence: ReactiveCollectionPersistence,
}Expand description
OpenPersistentReactiveMap data container.
Fields§
§collection: ReactiveMap<K, V>collection field for collection.
persistence: ReactiveCollectionPersistencepersistence field for persistence.
Auto Trait Implementations§
impl<K, V> !Freeze for OpenPersistentReactiveMap<K, V>
impl<K, V> !RefUnwindSafe for OpenPersistentReactiveMap<K, V>
impl<K, V> !Send for OpenPersistentReactiveMap<K, V>
impl<K, V> !Sync for OpenPersistentReactiveMap<K, V>
impl<K, V> Unpin for OpenPersistentReactiveMap<K, V>
impl<K, V> UnsafeUnpin for OpenPersistentReactiveMap<K, V>
impl<K, V> !UnwindSafe for OpenPersistentReactiveMap<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