Struct mdbook::config::tomlconfig::TomlPlaypenConfig
[−]
[src]
pub struct TomlPlaypenConfig { pub editor: Option<PathBuf>, pub editable: Option<bool>, }
Fields
editor: Option<PathBuf>
editable: Option<bool>
Trait Implementations
impl Debug for TomlPlaypenConfig
[src]
impl Clone for TomlPlaypenConfig
[src]
fn clone(&self) -> TomlPlaypenConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for TomlPlaypenConfig
[src]
fn eq(&self, __arg_0: &TomlPlaypenConfig) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TomlPlaypenConfig) -> bool
This method tests for !=
.