Struct jconfig::config::FieldView [] [src]

pub struct FieldView<'a>(_, _);

Returned with the ConfigItems iterator.

Methods

impl<'a> FieldView<'a>
[src]

Check if a FieldViewis a certain field.

Get the field name as a slice.

Cast the value to a certain field type.

Get just the value as a String.

Trait Implementations

impl<'a> Display for FieldView<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Debug for FieldView<'a>
[src]

Formats the value using the given formatter.