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