Enum cursive::views::DialogFocus [] [src]

pub enum DialogFocus {
    Content,
    Button(usize),
}

Identifies currently focused element in Dialog.

Variants

Content element focused

One of buttons focused

Trait Implementations

impl Clone for DialogFocus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DialogFocus
[src]

impl Debug for DialogFocus
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DialogFocus
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for DialogFocus
[src]

Auto Trait Implementations

impl Send for DialogFocus

impl Sync for DialogFocus