pub struct BatchResults { /* private fields */ }Expand description
Results from a batch execution
Implementations§
Auto Trait Implementations§
impl Freeze for BatchResults
impl RefUnwindSafe for BatchResults
impl Send for BatchResults
impl Sync for BatchResults
impl Unpin for BatchResults
impl UnwindSafe for BatchResults
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