pub struct StreamCell<T> { /* private fields */ }
Expand description
State which polls inner stream
Implementations§
Trait Implementations§
Source§impl<T: Debug> Debug for StreamCell<T>
impl<T: Debug> Debug for StreamCell<T>
Source§impl<T> Drop for StreamCell<T>
impl<T> Drop for StreamCell<T>
Source§impl<T: Stream> From<T> for StreamCell<T>
impl<T: Stream> From<T> for StreamCell<T>
Auto Trait Implementations§
impl<T> Freeze for StreamCell<T>where
T: Freeze,
impl<T> RefUnwindSafe for StreamCell<T>where
T: RefUnwindSafe,
impl<T> Send for StreamCell<T>where
T: Send,
impl<T> Sync for StreamCell<T>where
T: Sync,
impl<T> Unpin for StreamCell<T>where
T: Unpin,
impl<T> UnwindSafe for StreamCell<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