Enum webkitten::ui::BufferEvent [] [src]

pub enum BufferEvent {
    Fail(String),
    Focus,
    Load,
    Request,
}

Variants

Trait Implementations

impl Debug for BufferEvent
[src]

Formats the value using the given formatter.

impl Clone for BufferEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more