pub struct Stream<B: SchedulerStreamBackend> { /* private fields */ }Expand description
Represents a single stream that holds tasks and a backend stream.
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Stream<B>
impl<B> RefUnwindSafe for Stream<B>where
<B as SchedulerStreamBackend>::Stream: RefUnwindSafe,
<B as SchedulerStreamBackend>::Task: RefUnwindSafe,
impl<B> Send for Stream<B>
impl<B> Sync for Stream<B>
impl<B> Unpin for Stream<B>
impl<B> UnwindSafe for Stream<B>where
<B as SchedulerStreamBackend>::Stream: UnwindSafe,
<B as SchedulerStreamBackend>::Task: 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