Struct buf_redux::strategy::NeverMove [] [src]

pub struct NeverMove;

A MoveStrategy which always returns false. Use this to restore original std::io::BufReader behavior.

Trait Implementations

impl Debug for NeverMove
[src]

[src]

Formats the value using the given formatter.

impl Default for NeverMove
[src]

[src]

Returns the "default value" for a type. Read more

impl MoveStrategy for NeverMove
[src]

[src]

Returns true if the buffer should move the data down to the beginning, false otherwise. Read more