pub struct Batcher<L: BatchLoad> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L> !Freeze for Batcher<L>
impl<L> !RefUnwindSafe for Batcher<L>
impl<L> Send for Batcher<L>
impl<L> Sync for Batcher<L>
impl<L> Unpin for Batcher<L>
impl<L> !UnwindSafe for Batcher<L>
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