[go: up one dir, main page]

Struct liner::Buffer [] [src]

pub struct Buffer {
    // some fields omitted
}

Methods

impl Buffer
[src]

Returns the number of characters removed.

Trait Implementations

impl Clone for Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Buffer
[src]

Formats the value using the given formatter.

impl From<String> for Buffer
[src]

Performs the conversion.

impl<'a> From<&'a str> for Buffer
[src]

Performs the conversion.

impl Display for Buffer
[src]

Formats the value using the given formatter.

impl FromIterator<char> for Buffer
[src]

Creates a value from an iterator. Read more