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