Struct quest::Boxes[][src]

pub struct Boxes<'a> {
    pub on: &'a str,
    pub off: &'a str,
}

The text to use when indicating whether an item is selected.

Fields

The text to use when an item is selected.

The text to use when an item is not selected.

Trait Implementations

impl<'a> Clone for Boxes<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Boxes<'a>
[src]

impl<'a> Debug for Boxes<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Boxes<'a>
[src]

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

Auto Trait Implementations

impl<'a> Send for Boxes<'a>

impl<'a> Sync for Boxes<'a>