pub struct Streams { /* private fields */ }Expand description
A request to list streams
Obtained from JetstreamClient::streams.
Trait Implementations§
Source§impl FusedStream for Streams
impl FusedStream for Streams
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 Streams
impl Stream for Streams
Auto Trait Implementations§
impl !Freeze for Streams
impl !RefUnwindSafe for Streams
impl Send for Streams
impl Sync for Streams
impl Unpin for Streams
impl UnsafeUnpin for Streams
impl !UnwindSafe for Streams
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