pub struct ActiveStream<'a, U: Send + Sync> { /* private fields */ }
Expand description
Active stream
Dropping this stream will stop the stream
Implementations§
Trait Implementations§
impl<'a, U: Send + Sync> Send for ActiveStream<'a, U>
impl<'a, U: Send + Sync> Sync for ActiveStream<'a, U>
Auto Trait Implementations§
impl<'a, U> Freeze for ActiveStream<'a, U>
impl<'a, U> !RefUnwindSafe for ActiveStream<'a, U>
impl<'a, U> Unpin for ActiveStream<'a, U>
impl<'a, U> !UnwindSafe for ActiveStream<'a, U>
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