pub struct LapinTestPublisher { /* private fields */ }Expand description
Publisher into the in-process router.
Mirrors ConfirmsPublisher transaction semantics: publishes
buffer between begin_transaction and commit, and abort discards them. Clones share the
transaction buffer.
Trait Implementations§
Source§impl Clone for LapinTestPublisher
impl Clone for LapinTestPublisher
Source§fn clone(&self) -> LapinTestPublisher
fn clone(&self) -> LapinTestPublisher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LapinTestPublisher
impl Debug for LapinTestPublisher
Source§impl Publisher for LapinTestPublisher
impl Publisher for LapinTestPublisher
Auto Trait Implementations§
impl Freeze for LapinTestPublisher
impl RefUnwindSafe for LapinTestPublisher
impl Send for LapinTestPublisher
impl Sync for LapinTestPublisher
impl Unpin for LapinTestPublisher
impl UnsafeUnpin for LapinTestPublisher
impl UnwindSafe for LapinTestPublisher
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