pub struct StandaloneSubscriber<S: PersistenceStore> { /* private fields */ }Expand description
Standalone durability subscriber that accepts samples via channel
Implementations§
Source§impl<S: PersistenceStore + Send + Sync> StandaloneSubscriber<S>
impl<S: PersistenceStore + Send + Sync> StandaloneSubscriber<S>
Auto Trait Implementations§
impl<S> Freeze for StandaloneSubscriber<S>
impl<S> !RefUnwindSafe for StandaloneSubscriber<S>
impl<S> Send for StandaloneSubscriber<S>
impl<S> Sync for StandaloneSubscriber<S>
impl<S> Unpin for StandaloneSubscriber<S>
impl<S> UnsafeUnpin for StandaloneSubscriber<S>
impl<S> !UnwindSafe for StandaloneSubscriber<S>
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