Struct batch_channel::BoundedSender
source · pub struct BoundedSender<T> { /* private fields */ }Expand description
The sending half of a bounded channel.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for BoundedSender<T>
impl<T> Send for BoundedSender<T>where T: Send,
impl<T> Sync for BoundedSender<T>where T: Send,
impl<T> Unpin for BoundedSender<T>
impl<T> UnwindSafe for BoundedSender<T>
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