pub struct Consumers { /* private fields */ }Expand description
A request to list consumers of a stream
Obtained from JetstreamClient::consumers.
Trait Implementations§
Source§impl FusedStream for Consumers
impl FusedStream for Consumers
Source§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true if the stream should no longer be polled.Source§impl Stream for Consumers
impl Stream for Consumers
Auto Trait Implementations§
impl !Freeze for Consumers
impl !RefUnwindSafe for Consumers
impl Send for Consumers
impl Sync for Consumers
impl Unpin for Consumers
impl UnsafeUnpin for Consumers
impl !UnwindSafe for Consumers
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