Struct toml_document::FloatValue [] [src]

pub struct FloatValue(_);

Methods

impl FloatValue
[src]

fn markup(&self) -> &ValueMarkup

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

impl FloatValue
[src]

fn get(&self) -> f64

fn set(&mut self, f: f64)

fn raw(&self) -> &str

fn to_entry(&self) -> EntryRef

fn to_entry_mut(&mut self) -> EntryRefMut

Trait Implementations

impl InternalNode for FloatValue
[src]

fn ptr(&self) -> usize

impl Display for FloatValue
[src]

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

Formats the value using the given formatter.