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
SASS_BOOLEANSASS_NUMBERSASS_COLORSASS_STRINGSASS_LISTSASS_MAPSASS_NULLSASS_ERRORSASS_WARNING
Trait Implementations
impl Debug for Sass_Tag[src]
impl Copy for Sass_Tag[src]
impl Clone for Sass_Tag[src]
fn clone(&self) -> Sass_Tag[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Sass_Tag[src]
fn eq(&self, __arg_0: &Sass_Tag) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.