Struct async_component::AsyncComponentStream
source · pub struct AsyncComponentStream<T: ?Sized>(_);Trait Implementations
sourceimpl<T: Clone + ?Sized> Clone for AsyncComponentStream<T>
impl<T: Clone + ?Sized> Clone for AsyncComponentStream<T>
sourcefn clone(&self) -> AsyncComponentStream<T>
fn clone(&self) -> AsyncComponentStream<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<T: Debug + ?Sized> Debug for AsyncComponentStream<T>
impl<T: Debug + ?Sized> Debug for AsyncComponentStream<T>
sourceimpl<T: AsyncComponent> Stream for AsyncComponentStream<T>
impl<T: AsyncComponent> Stream for AsyncComponentStream<T>
type Item = ComponentPollFlags
type Item = ComponentPollFlags
Values yielded by the stream.
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for AsyncComponentStream<T>where
T: RefUnwindSafe,
impl<T: ?Sized> Send for AsyncComponentStream<T>where
T: Send,
impl<T: ?Sized> Sync for AsyncComponentStream<T>where
T: Sync,
impl<T: ?Sized> Unpin for AsyncComponentStream<T>where
T: Unpin,
impl<T: ?Sized> UnwindSafe for AsyncComponentStream<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more