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