pub struct OpenPersistentReactiveListOptions<T> {
pub initial: Vec<T>,
pub collection: ReactiveListOptions,
pub persistence: PersistReactiveCollectionOptions,
}Expand description
OpenPersistentReactiveListOptions data container.
Fields§
§initial: Vec<T>initial field for initial.
collection: ReactiveListOptionscollection field for collection.
persistence: PersistReactiveCollectionOptionspersistence field for persistence.
Auto Trait Implementations§
impl<T> Freeze for OpenPersistentReactiveListOptions<T>
impl<T> !RefUnwindSafe for OpenPersistentReactiveListOptions<T>
impl<T> !Send for OpenPersistentReactiveListOptions<T>
impl<T> !Sync for OpenPersistentReactiveListOptions<T>
impl<T> Unpin for OpenPersistentReactiveListOptions<T>where
T: Unpin,
impl<T> UnsafeUnpin for OpenPersistentReactiveListOptions<T>
impl<T> !UnwindSafe for OpenPersistentReactiveListOptions<T>
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