Enum sass_sys::Sass_Separator
[−]
[src]
#[repr(u32)]pub enum Sass_Separator { SASS_COMMA, SASS_SPACE, SASS_HASH, }
Variants
SASS_COMMASASS_SPACESASS_HASH
Trait Implementations
impl Debug for Sass_Separator[src]
impl Copy for Sass_Separator[src]
impl Clone for Sass_Separator[src]
fn clone(&self) -> Sass_Separator[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_Separator[src]
fn eq(&self, __arg_0: &Sass_Separator) -> 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 !=.