Struct toml_document::KeyMarkup [] [src]

pub struct KeyMarkup(_);

Methods

impl KeyMarkup
[src]

fn get(&self) -> &str

fn get_leading_trivia(&self) -> &str

fn set_leading_trivia(&mut self, s: String)

fn get_trailing_trivia(&self) -> &str

fn set_trailing_trivia(&mut self, s: String)

fn raw(&self) -> &str

Trait Implementations

impl<'a> Display for KeyMarkup
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.