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

A builder for StringOptions.

Implementations

Creates a new StringOptionsBuilder.

Build the StringOptions.

Sets the StringOptions’s [input_importer] field with a SassImporter.

Sets the StringOptions’s [input_importer] field with a Importer.

Sets the StringOptions’s [input_importer] field with a FileImporter.

Sets the StringOptions’s [syntax] field.

Sets the StringOptions’s url field.

Sets the StringOptions’s [alert_ascii] field.

Sets the StringOptions’s [alert_color] field.

Sets the StringOptions’s [load_paths] field.

Adds a Path to the StringOptions’s [load_paths] field.

Sets the StringOptions’s [quiet_deps] field.

Sets the StringOptions’s [source_map] field.

Sets the StringOptions’s [source_map_include_sources] field.

Sets the StringOptions’s [style] field.

Sets the StringOptions’s [verbose] field.

Sets the StringOptions’s [charset] field.

Sets the StringOptions’s [logger] field.

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

Sets the StringOptions’s [importers] field with SassImporters.

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

Adds a FileImporter to the StringOptions’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.