Enum rsass::OutputStyle [] [src]

pub enum OutputStyle {
    Expanded,
    Compressed,
}

Selected target format. Only formats that are variants of this type are supported by rsass.

Variants

Methods

impl OutputStyle
[src]

Important traits for &'a mut [u8]
[src]

[src]

Write a slice of sass items in this format. The file_context is needed if there are @import statements in the sass file.

Trait Implementations

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 Debug for OutputStyle
[src]

[src]

Formats the value using the given formatter. Read more

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 !=.

impl Eq for OutputStyle
[src]

impl FromStr for OutputStyle
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for OutputStyle

impl Sync for OutputStyle