Enum sass_sys::Sass_Tag[][src]

#[repr(u32)]
pub enum Sass_Tag { SASS_BOOLEAN, SASS_NUMBER, SASS_COLOR, SASS_STRING, SASS_LIST, SASS_MAP, SASS_NULL, SASS_ERROR, SASS_WARNING, }

Variants

Trait Implementations

impl Debug for Sass_Tag
[src]

Formats the value using the given formatter. Read more

impl Copy for Sass_Tag
[src]

impl Clone for Sass_Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Sass_Tag
[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 Sass_Tag
[src]

impl Hash for Sass_Tag
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Sass_Tag

impl Sync for Sass_Tag