Struct cretonne::settings::Builder [] [src]

pub struct Builder { /* fields omitted */ }

Collect settings values based on a template.

Methods

impl Builder
[src]

[src]

Create a new builder with defaults and names from the given template.

[src]

Extract contents of builder once everything is configured.

Trait Implementations

impl Configurable for Builder
[src]

[src]

Enable a boolean setting or apply a preset. Read more

[src]

Set the string value of any setting by name. Read more

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder