Struct commodore::Field [] [src]

pub struct Field {
    pub title: String,
    pub value: String,
    pub short: bool,
}

Fields

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter.

impl Default for Field
[src]

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

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more