Struct config_parser::config::ConfigBlock [] [src]

pub struct ConfigBlock { /* fields omitted */ }

Represents a block in the config file or the document root

Methods

impl ConfigBlock
[src]

Creates a new ConfigBlock. This probably isn't very useful to you.

Adds a new sub block. This probably isn't very useful for you

Returns an iterator of all inner config options with the specified name

Returns the name of the option key

Returns all inner config options

Returns the parameter count

Returns a parameter. Panics if the parameter index is too high

Returns a parameter. Returns None if the index is too high

Trait Implementations

impl Debug for ConfigBlock
[src]

Formats the value using the given formatter.

impl PartialEq for ConfigBlock
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ConfigBlock
[src]