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