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