pub struct PersistenceService<S: PersistenceStore, D: DdsInterface> { /* private fields */ }Expand description
Persistence Service
Combines durability subscriber and late-joiner publisher to provide TRANSIENT/PERSISTENT QoS support.
§Type Parameters
S– Storage backend (e.g.,SqliteStore)D– DDS interface implementation
Implementations§
Source§impl<S: PersistenceStore + Send + Sync + 'static, D: DdsInterface + 'static> PersistenceService<S, D>
impl<S: PersistenceStore + Send + Sync + 'static, D: DdsInterface + 'static> PersistenceService<S, D>
Auto Trait Implementations§
impl<S, D> Freeze for PersistenceService<S, D>
impl<S, D> !RefUnwindSafe for PersistenceService<S, D>
impl<S, D> Send for PersistenceService<S, D>
impl<S, D> Sync for PersistenceService<S, D>
impl<S, D> Unpin for PersistenceService<S, D>
impl<S, D> UnsafeUnpin for PersistenceService<S, D>
impl<S, D> !UnwindSafe for PersistenceService<S, D>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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