Struct async_std::io::Repeat[][src]

pub struct Repeat { /* fields omitted */ }
Expand description

A reader which yields one byte over and over and over and over and over and…

This reader is created by the repeat function. See its documentation for more.

Trait Implementations

Formats the value using the given formatter. Read more

Attempt to read from the AsyncRead into buf.

Attempt to read from the AsyncRead into bufs using vectored IO operations.

Reads some bytes from the byte stream. Read more

Like read, except that it reads into a slice of buffers. Read more

Reads all bytes from the byte stream. Read more

Reads all bytes from the byte stream and appends them into a string. Read more

Reads the exact number of bytes required to fill buf. Read more

Creates an adaptor which will read at most limit bytes from it. Read more

Creates a “by reference” adaptor for this instance of Read. Read more

Transforms this Read instance to a Stream over its bytes. Read more

Creates an adaptor which will chain this stream with another. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.