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