Struct cretonne_codegen::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.

Important traits for &'a mut [u8]
[src]

Extract contents of builder once everything is configured.

Trait Implementations

impl Clone for Builder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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