#[repr(u32)]pub enum Sass_Output_Style {
SASS_STYLE_NESTED = 0,
SASS_STYLE_EXPANDED = 1,
SASS_STYLE_COMPACT = 2,
SASS_STYLE_COMPRESSED = 3,
SASS_STYLE_INSPECT = 4,
SASS_STYLE_TO_SASS = 5,
SASS_STYLE_TO_CSS = 6,
}Variants§
SASS_STYLE_NESTED = 0
SASS_STYLE_EXPANDED = 1
SASS_STYLE_COMPACT = 2
SASS_STYLE_COMPRESSED = 3
SASS_STYLE_INSPECT = 4
SASS_STYLE_TO_SASS = 5
SASS_STYLE_TO_CSS = 6
Trait Implementations§
Source§impl Clone for Sass_Output_Style
impl Clone for Sass_Output_Style
Source§fn clone(&self) -> Sass_Output_Style
fn clone(&self) -> Sass_Output_Style
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sass_Output_Style
impl Debug for Sass_Output_Style
Source§impl Hash for Sass_Output_Style
impl Hash for Sass_Output_Style
Source§impl PartialEq for Sass_Output_Style
impl PartialEq for Sass_Output_Style
impl Copy for Sass_Output_Style
impl Eq for Sass_Output_Style
impl StructuralPartialEq for Sass_Output_Style
Auto Trait Implementations§
impl Freeze for Sass_Output_Style
impl RefUnwindSafe for Sass_Output_Style
impl Send for Sass_Output_Style
impl Sync for Sass_Output_Style
impl Unpin for Sass_Output_Style
impl UnwindSafe for Sass_Output_Style
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more