pub struct CountPostProcessor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl PostProcessor for CountPostProcessor
impl PostProcessor for CountPostProcessor
fn name(&self) -> &str
fn interval_secs(&self) -> u64
fn process(&self, input: Box<dyn EventStream>) -> Box<dyn EventStream>
Auto Trait Implementations§
impl Freeze for CountPostProcessor
impl RefUnwindSafe for CountPostProcessor
impl Send for CountPostProcessor
impl Sync for CountPostProcessor
impl Unpin for CountPostProcessor
impl UnsafeUnpin for CountPostProcessor
impl UnwindSafe for CountPostProcessor
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