pub struct MaxPostProcessor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl PostProcessor for MaxPostProcessor
impl PostProcessor for MaxPostProcessor
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 MaxPostProcessor
impl RefUnwindSafe for MaxPostProcessor
impl Send for MaxPostProcessor
impl Sync for MaxPostProcessor
impl Unpin for MaxPostProcessor
impl UnsafeUnpin for MaxPostProcessor
impl UnwindSafe for MaxPostProcessor
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