Struct buf_redux::policy::DoRead[][src]

pub struct DoRead(pub bool);

Flag for ReaderPolicy methods to signal whether or not BufReader should read into the buffer.

See do_read!() for a shorthand.

Trait Implementations

impl Copy for DoRead
[src]

impl Clone for DoRead
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DoRead
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DoRead

impl Sync for DoRead