pub struct CollectNotifier { /* private fields */ }Expand description
Collects messages in memory (for testing).
Implementations§
Trait Implementations§
Source§impl Default for CollectNotifier
impl Default for CollectNotifier
Auto Trait Implementations§
impl !Freeze for CollectNotifier
impl RefUnwindSafe for CollectNotifier
impl Send for CollectNotifier
impl Sync for CollectNotifier
impl Unpin for CollectNotifier
impl UnsafeUnpin for CollectNotifier
impl UnwindSafe for CollectNotifier
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