#[repr(u32)]pub enum Sass_Compiler_State {
SASS_COMPILER_CREATED = 0,
SASS_COMPILER_PARSED = 1,
SASS_COMPILER_EXECUTED = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Sass_Compiler_State
impl Clone for Sass_Compiler_State
Source§fn clone(&self) -> Sass_Compiler_State
fn clone(&self) -> Sass_Compiler_State
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_Compiler_State
impl Debug for Sass_Compiler_State
Source§impl Hash for Sass_Compiler_State
impl Hash for Sass_Compiler_State
Source§impl PartialEq for Sass_Compiler_State
impl PartialEq for Sass_Compiler_State
impl Copy for Sass_Compiler_State
impl Eq for Sass_Compiler_State
impl StructuralPartialEq for Sass_Compiler_State
Auto Trait Implementations§
impl Freeze for Sass_Compiler_State
impl RefUnwindSafe for Sass_Compiler_State
impl Send for Sass_Compiler_State
impl Sync for Sass_Compiler_State
impl Unpin for Sass_Compiler_State
impl UnwindSafe for Sass_Compiler_State
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