Struct toml_document::StringValue [] [src]

pub struct StringValue(_);

Methods

impl StringValue
[src]

fn markup(&self) -> &ValueMarkup

fn markup_mut(&mut self) -> &mut ValueMarkup

impl StringValue
[src]

fn get(&self) -> &str

fn set(&mut self, s: String)

fn raw(&self) -> &str

fn to_entry(&self) -> EntryRef

fn to_entry_mut(&mut self) -> EntryRefMut

Trait Implementations

impl InternalNode for StringValue
[src]

fn ptr(&self) -> usize

impl Display for StringValue
[src]

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

Formats the value using the given formatter.