Struct dynamo_subscriber::stream::ConsumerChannel
source · pub struct ConsumerChannel { /* private fields */ }Expand description
Communication channel half to the stream.
Using this channel, you can do the following.
- Confirm that the stream is ready to polling or not.
- Send
Stop pollingevent to the stream.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ConsumerChannel
impl Send for ConsumerChannel
impl Sync for ConsumerChannel
impl Unpin for ConsumerChannel
impl !UnwindSafe for ConsumerChannel
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.