pub struct Values<H> { /* private fields */ }
Expand description
A stream of hook values.
See HookExt::into_values
and HookExt::values
Implementations§
Trait Implementations§
Source§impl<H> Stream for Values<H>where
H: NonLendingHook,
impl<H> Stream for Values<H>where
H: NonLendingHook,
Source§type Item = <H as NonLendingHook>::NonGenericValue
type Item = <H as NonLendingHook>::NonGenericValue
Values yielded by the stream.
impl<'__pin, H> Unpin for Values<H>where
PinnedFieldsOf<__Origin<'__pin, H>>: Unpin,
Auto Trait Implementations§
impl<H> Freeze for Values<H>where
H: Freeze,
impl<H> RefUnwindSafe for Values<H>where
H: RefUnwindSafe,
impl<H> Send for Values<H>where
H: Send,
impl<H> Sync for Values<H>where
H: Sync,
impl<H> UnwindSafe for Values<H>where
H: 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