Struct actix_web_lab::body::Sender
source · pub struct Sender<E> { /* private fields */ }
Expand description
A channel-like sender for body chunks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> !RefUnwindSafe for Sender<E>
impl<E> Send for Sender<E>where E: Send,
impl<E> Sync for Sender<E>where E: Send,
impl<E> Unpin for Sender<E>
impl<E> !UnwindSafe for Sender<E>
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