Struct mdbook::config::tomlconfig::TomlPlaypenConfig [] [src]

pub struct TomlPlaypenConfig {
    pub editor: Option<PathBuf>,
    pub editable: Option<bool>,
}

Fields

Trait Implementations

impl Debug for TomlPlaypenConfig
[src]

Formats the value using the given formatter.

impl Clone for TomlPlaypenConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TomlPlaypenConfig
[src]

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

This method tests for !=.

impl Eq for TomlPlaypenConfig
[src]