pub struct InMemoryPublisher<T> { /* private fields */ }
Implementations§
Source§impl<T> InMemoryPublisher<T>
impl<T> InMemoryPublisher<T>
pub fn new(queue_handle: InMemoryQueueHandle) -> Self
Trait Implementations§
Source§impl<T: Serializable> Publisher<T> for InMemoryPublisher<T>
impl<T: Serializable> Publisher<T> for InMemoryPublisher<T>
Auto Trait Implementations§
impl<T> Freeze for InMemoryPublisher<T>
impl<T> !RefUnwindSafe for InMemoryPublisher<T>
impl<T> Send for InMemoryPublisher<T>where
T: Send,
impl<T> Sync for InMemoryPublisher<T>where
T: Sync,
impl<T> Unpin for InMemoryPublisher<T>where
T: Unpin,
impl<T> !UnwindSafe for InMemoryPublisher<T>
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T, Item> PublisherExt<Item> for T
impl<T, Item> PublisherExt<Item> for T
Source§fn with<F, Input, Output>(self, f: F) -> With<Self, F, Output>
fn with<F, Input, Output>(self, f: F) -> With<Self, F, Output>
Compose a function in front of the publisher.