Struct mdbook::config::Playpen [] [src]

pub struct Playpen {
    pub editor: PathBuf,
    pub editable: bool,
}

Configuration for tweaking how the the HTML renderer handles the playpen.

Fields

The path to the editor to use. Defaults to the Ace Editor.

Should playpen snippets be editable? Defaults to false.

Trait Implementations

impl Debug for Playpen
[src]

[src]

Formats the value using the given formatter.

impl Clone for Playpen
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Playpen
[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 Default for Playpen
[src]

[src]

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