pub struct SimpleStepProcessorConfig {}
Expand description
Configuration of SimpleStepProcessor.
Trait Implementations§
source§impl Clone for SimpleStepProcessorConfig
impl Clone for SimpleStepProcessorConfig
source§fn clone(&self) -> SimpleStepProcessorConfig
fn clone(&self) -> SimpleStepProcessorConfig
Returns a copy of the value. Read more
1.0.0 · 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 SimpleStepProcessorConfig
impl Debug for SimpleStepProcessorConfig
Auto Trait Implementations§
impl RefUnwindSafe for SimpleStepProcessorConfig
impl Send for SimpleStepProcessorConfig
impl Sync for SimpleStepProcessorConfig
impl Unpin for SimpleStepProcessorConfig
impl UnwindSafe for SimpleStepProcessorConfig
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