pub struct OptionsBuilder { /* private fields */ }
Expand description

A builder for Options.

Implementations

Creates a new OptionsBuilder.

Build the Options.

Sets the Options’s [alert_ascii] field.

Sets the Options’s [alert_color] field.

Sets the Options’s [load_paths] field.

Adds a load_path to the Options’s [load_paths] field.

Sets the Options’s [quiet_deps] field.

Sets the Options’s [source_map] field.

Sets the Options’s [source_map_include_sources] field.

Sets the Options’s [style] field.

Sets the Options’s [verbose] field.

Sets the Options’s [charset] field.

Sets the Options’s [logger] field.

Adds a SassImporter to the Options’s [importers] field.

Sets the Options’s [importers] field.

Adds a Importer to the Options’s [importers] field.

Adds a FileImporter to the Options’s [importers] field.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.