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

A builder for LegacyOptionsBuilder.

Implementations

Creates a new LegacyOptionsBuilder.

Builds a LegacyOptions.

Sets the LegacyOptions’s [include_paths] field.

Adds a path to the LegacyOptions’s [include_paths] field.

Sets the LegacyOptions’s [indent_type] field.

Sets the LegacyOptions’s [indent_width] field.

Sets the LegacyOptions’s [linefeed] field.

Sets the LegacyOptions’s [output_style] field.

Sets the LegacyOptions’s [source_map] field.

Sets the LegacyOptions’s [source_map_contents] field.

Sets the LegacyOptions’s [sass_importers] field with [SassLegacyImporter]s.

Adds a [SassLegacyImporter] to the LegacyOptions’s [sass_importers] field.

Sets the LegacyOptions’s [sass_importers] field with LegacyImporters.

Adds a LegacyImporter to the LegacyOptions’s [sass_importers] field.

Sets the LegacyOptions’s [charset] field.

Sets the LegacyOptions’s [quiet_deps] field.

Sets the LegacyOptions’s [verbose] field.

Sets the LegacyOptions’s [logger] field.

Sets the LegacyOptions’s file field.

Sets the LegacyOptions’s [data] field.

Sets the LegacyOptions’s [indented_syntax] 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.