pub struct ChannelCapturingPublisher { /* private fields */ }Expand description
A Publisher that records (channel, payload) pairs for assertions.
Implementations§
Trait Implementations§
Source§impl Clone for ChannelCapturingPublisher
impl Clone for ChannelCapturingPublisher
Source§fn clone(&self) -> ChannelCapturingPublisher
fn clone(&self) -> ChannelCapturingPublisher
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 ChannelCapturingPublisher
impl Debug for ChannelCapturingPublisher
Source§impl Default for ChannelCapturingPublisher
impl Default for ChannelCapturingPublisher
Source§fn default() -> ChannelCapturingPublisher
fn default() -> ChannelCapturingPublisher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChannelCapturingPublisher
impl RefUnwindSafe for ChannelCapturingPublisher
impl Send for ChannelCapturingPublisher
impl Sync for ChannelCapturingPublisher
impl Unpin for ChannelCapturingPublisher
impl UnsafeUnpin for ChannelCapturingPublisher
impl UnwindSafe for ChannelCapturingPublisher
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