Enum sass_rs::OutputStyle [] [src]

pub enum OutputStyle {
    Nested,
    Expanded,
    Compact,
    Compressed,
}

Variants

Trait Implementations

impl Debug for OutputStyle
[src]

[src]

Formats the value using the given formatter.

impl Clone for OutputStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OutputStyle
[src]

impl PartialEq for OutputStyle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.