Struct toml_document::BoolValue [] [src]

pub struct BoolValue(_);

Methods

impl BoolValue
[src]

fn markup(&self) -> &ValueMarkup

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

impl BoolValue
[src]

fn get(&self) -> bool

fn set(&mut self, val: bool)

fn to_entry(&self) -> EntryRef

fn to_entry_mut(&mut self) -> EntryRefMut

Trait Implementations

impl InternalNode for BoolValue
[src]

fn ptr(&self) -> usize

impl Display for BoolValue
[src]

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

Formats the value using the given formatter.