Struct batch_channel::BoundedBatchSender
source · pub struct BoundedBatchSender<T: 'static> { /* private fields */ }Expand description
The internal send handle used by BoundedSender::autobatch.
Builds a buffer of size capacity and flushes when it’s full.
Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for BoundedBatchSender<T>where T: RefUnwindSafe,
impl<T> Send for BoundedBatchSender<T>where T: Send,
impl<T> Sync for BoundedBatchSender<T>where T: Send + Sync,
impl<T> Unpin for BoundedBatchSender<T>where T: Unpin,
impl<T> UnwindSafe for BoundedBatchSender<T>where T: UnwindSafe,
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