pub struct Repeat { /* private fields */ }Expand description
An async reader which yields one byte over and over and over and over and over and…
This struct is generally created by calling repeat. Please
see the documentation of repeat() for more details.
This is an asynchronous version of std::io::Repeat.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Repeat
impl Send for Repeat
impl Sync for Repeat
impl Unpin for Repeat
impl UnwindSafe for Repeat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more