pub struct Batch<'a, B, K, V>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<'a, B, K, V> Freeze for Batch<'a, B, K, V>
impl<'a, B, K, V> RefUnwindSafe for Batch<'a, B, K, V>
impl<'a, B, K, V> Send for Batch<'a, B, K, V>
impl<'a, B, K, V> Sync for Batch<'a, B, K, V>
impl<'a, B, K, V> Unpin for Batch<'a, B, K, V>
impl<'a, B, K, V> !UnwindSafe for Batch<'a, B, K, V>
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