pub struct MStreaming<S: CoreStream> { /* private fields */ }
Expand description
streaming a batch of message
and send them to Actor::action
Implementations§
Source§impl<S: CoreStream> MStreaming<S>
impl<S: CoreStream> MStreaming<S>
Trait Implementations§
Source§impl<A, S> Future<A> for MStreaming<S>
impl<A, S> Future<A> for MStreaming<S>
impl<'__pin, S: CoreStream> Unpin for MStreaming<S>where
PinnedFieldsOf<__Origin<'__pin, S>>: Unpin,
Auto Trait Implementations§
impl<S> Freeze for MStreaming<S>where
S: Freeze,
impl<S> RefUnwindSafe for MStreaming<S>where
S: RefUnwindSafe,
impl<S> Send for MStreaming<S>where
S: Send,
impl<S> Sync for MStreaming<S>where
S: Sync,
impl<S> UnwindSafe for MStreaming<S>where
S: 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