pub struct StreamFn<T>where
T: 'static,{ /* private fields */ }Expand description
It represents the source of Stream computations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for StreamFn<T>
impl<T> !RefUnwindSafe for StreamFn<T>
impl<T> !Send for StreamFn<T>
impl<T> !Sync for StreamFn<T>
impl<T> Unpin for StreamFn<T>
impl<T> !UnwindSafe for StreamFn<T>
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