pub struct RoundTripBatchProcessor { /* private fields */ }Expand description
A round-trip batch processor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoundTripBatchProcessor
impl RefUnwindSafe for RoundTripBatchProcessor
impl Send for RoundTripBatchProcessor
impl Sync for RoundTripBatchProcessor
impl Unpin for RoundTripBatchProcessor
impl UnsafeUnpin for RoundTripBatchProcessor
impl UnwindSafe for RoundTripBatchProcessor
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