Enum rsass::Quotes [] [src]

pub enum Quotes {
    Double,
    Single,
    None,
}

A literal value can be double-quoted, single-quoted or not quoted.

Variants

Trait Implementations

impl Clone for Quotes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Quotes
[src]

Formats the value using the given formatter.

impl PartialEq for Quotes
[src]

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

This method tests for !=.

impl Eq for Quotes
[src]