Struct toml_document::IntegerValue [] [src]

pub struct IntegerValue(_);

Methods

impl IntegerValue
[src]

fn markup(&self) -> &ValueMarkup

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

impl IntegerValue
[src]

fn get(&self) -> i64

fn set(&mut self, i: i64)

fn raw(&self) -> &str

fn to_entry(&self) -> EntryRef

fn to_entry_mut(&mut self) -> EntryRefMut

Trait Implementations

impl InternalNode for IntegerValue
[src]

fn ptr(&self) -> usize

impl Display for IntegerValue
[src]

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

Formats the value using the given formatter.