pub struct FlowSubscriber<T: Flows> { /* private fields */ }Expand description
Subscriber which receives data from a Flow.
Implementations§
Trait Implementations§
Source§impl<T> Debug for FlowSubscriber<T>where
T: Flows,
impl<T> Debug for FlowSubscriber<T>where
T: Flows,
Source§impl<T: Flows> From<FlowSubscriber<T>> for Stage<T>
impl<T: Flows> From<FlowSubscriber<T>> for Stage<T>
Source§fn from(value: FlowSubscriber<T>) -> Self
fn from(value: FlowSubscriber<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> !RefUnwindSafe for FlowSubscriber<T>
impl<T> !UnwindSafe for FlowSubscriber<T>
impl<T> Freeze for FlowSubscriber<T>
impl<T> Send for FlowSubscriber<T>
impl<T> Sync for FlowSubscriber<T>
impl<T> Unpin for FlowSubscriber<T>
impl<T> UnsafeUnpin for FlowSubscriber<T>where
Arc<FlowState<T>>: UnsafeUnpin,
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