Struct salak::SalakBuilder[][src]

pub struct SalakBuilder { /* fields omitted */ }
Expand description

A builder which can configure for how to build a salak env.

Implementations

Set custom arguments properties.

Set custom property.

This is supported on crate features toml or yaml only.

Configure file source.

This is supported on crate feature rand only.

Configure random source.

This is supported on crate feature args only.

Configure predefined arguments.

Build salak.

This is supported on crate feature app only.

Register Resource with default builder.

This is supported on crate feature app only.
This is supported on crate feature derive only.

Configure description parsing.

This is supported on crate feature derive only.

Configure description parsing.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.