pub struct LegacyOptions {
Show 15 fields pub include_paths: Vec<PathBuf>, pub indent_type: IndentType, pub indent_width: usize, pub linefeed: LineFeed, pub output_style: OutputStyle, pub source_map: bool, pub source_map_contents: bool, pub importers: Option<Vec<BoxLegacyImporter>>, pub charset: bool, pub quiet_deps: bool, pub verbose: bool, pub logger: Option<BoxLogger>, pub file: Option<PathBuf>, pub data: Option<String>, pub indented_syntax: Option<bool>,
}
Expand description

More information: Sass documentation

Fields

include_paths: Vec<PathBuf>

More information: Sass documentation

indent_type: IndentType

More information: Sass documentation

indent_width: usize

More information: Sass documentation

linefeed: LineFeed

More information: Sass documentation

output_style: OutputStyle

More information: Sass documentation

source_map: bool

More information: Sass documentation

source_map_contents: bool

More information: Sass documentation

importers: Option<Vec<BoxLegacyImporter>>

More information: Sass documentation

charset: bool

More information: Sass documentation

quiet_deps: bool

More information: Sass documentation

verbose: bool

More information: Sass documentation

logger: Option<BoxLogger>

More information: Sass documentation

file: Option<PathBuf>

More information: Sass documentation

data: Option<String>

More information: Sass documentation

indented_syntax: Option<bool>

More information: Sass documentation

Trait Implementations

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Converts to this type from the input type.

Converts to this type from the input type.

Serialize this value into the given Serde serializer. 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.