pub struct NullEventProcessorBuilder {}Expand description
An implementation of EventProcessorFactory that will discard all events received. This should only be used for unit tests.
Implementations
sourceimpl NullEventProcessorBuilder
impl NullEventProcessorBuilder
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new NullEventProcessorBuilder with all default values.
Trait Implementations
sourceimpl Clone for NullEventProcessorBuilder
impl Clone for NullEventProcessorBuilder
sourcefn clone(&self) -> NullEventProcessorBuilder
fn clone(&self) -> NullEventProcessorBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for NullEventProcessorBuilder
impl Send for NullEventProcessorBuilder
impl Sync for NullEventProcessorBuilder
impl Unpin for NullEventProcessorBuilder
impl UnwindSafe for NullEventProcessorBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more