pub struct Batcher<R: Runner + 'static> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<R> Freeze for Batcher<R>
impl<R> RefUnwindSafe for Batcher<R>where
R: RefUnwindSafe,
impl<R> Send for Batcher<R>
impl<R> Sync for Batcher<R>
impl<R> Unpin for Batcher<R>
impl<R> UnwindSafe for Batcher<R>where
R: RefUnwindSafe,
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