Struct spring_batch_rs::core::item::DefaultProcessor
source · pub struct DefaultProcessor {}Trait Implementations§
source§impl<R: Clone> ItemProcessor<R, R> for DefaultProcessor
impl<R: Clone> ItemProcessor<R, R> for DefaultProcessor
Auto Trait Implementations§
impl RefUnwindSafe for DefaultProcessor
impl Send for DefaultProcessor
impl Sync for DefaultProcessor
impl Unpin for DefaultProcessor
impl UnwindSafe for DefaultProcessor
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