#[non_exhaustive]pub struct EmptyCountStream;
Expand description
An empty stream with an item type of usize
.
Trait Implementations§
Source§impl Debug for EmptyCountStream
impl Debug for EmptyCountStream
Source§impl Stream for EmptyCountStream
impl Stream for EmptyCountStream
Auto Trait Implementations§
impl Freeze for EmptyCountStream
impl RefUnwindSafe for EmptyCountStream
impl Send for EmptyCountStream
impl Sync for EmptyCountStream
impl Unpin for EmptyCountStream
impl UnwindSafe for EmptyCountStream
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