Struct ProcessBatch
pub struct ProcessBatch {}
Expand description
The batch process batch structure.
Implementations§
§impl ProcessBatch
The batch process batch implementation.
impl ProcessBatch
The batch process batch implementation.
pub fn process_batches(
config_names: Vec<&str>,
) -> Result<ElemBatchResult, ErrorType>
pub fn process_batches( config_names: Vec<&str>, ) -> Result<ElemBatchResult, ErrorType>
Auto Trait Implementations§
impl Freeze for ProcessBatch
impl RefUnwindSafe for ProcessBatch
impl Send for ProcessBatch
impl Sync for ProcessBatch
impl Unpin for ProcessBatch
impl UnwindSafe for ProcessBatch
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