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

pub struct Builder { /* fields omitted */ }

Collect settings values based on a template.

Methods

impl Builder
[src]

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

Important traits for &'a [u8]

Extract contents of builder once everything is configured.

Trait Implementations

impl Clone for Builder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Configurable for Builder
[src]

Enable a boolean setting or apply a preset. Read more

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

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder