pub struct RawEventStream { /* private fields */ }Expand description
Stream of raw provider events returned by the §9 create_stream calls.
Mirrors StreamReceiver:
ⓘ
while let Some(event) = stream.recv().await? { … }Implementations§
Auto Trait Implementations§
impl Freeze for RawEventStream
impl RefUnwindSafe for RawEventStream
impl Send for RawEventStream
impl Sync for RawEventStream
impl Unpin for RawEventStream
impl UnsafeUnpin for RawEventStream
impl UnwindSafe for RawEventStream
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