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