pub struct OpenPersistentReactiveMapOptions<K, V> {
pub initial: Vec<(K, V)>,
pub collection: ReactiveMapOptions,
pub persistence: PersistReactiveCollectionOptions,
}Expand description
OpenPersistentReactiveMapOptions data container.
Fields§
§initial: Vec<(K, V)>initial field for initial.
collection: ReactiveMapOptionscollection field for collection.
persistence: PersistReactiveCollectionOptionspersistence field for persistence.
Auto Trait Implementations§
impl<K, V> Freeze for OpenPersistentReactiveMapOptions<K, V>
impl<K, V> !RefUnwindSafe for OpenPersistentReactiveMapOptions<K, V>
impl<K, V> !Send for OpenPersistentReactiveMapOptions<K, V>
impl<K, V> !Sync for OpenPersistentReactiveMapOptions<K, V>
impl<K, V> Unpin for OpenPersistentReactiveMapOptions<K, V>
impl<K, V> UnsafeUnpin for OpenPersistentReactiveMapOptions<K, V>
impl<K, V> !UnwindSafe for OpenPersistentReactiveMapOptions<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