pub enum PreprocessorType {
Css,
Scss,
Less,
Stylus,
}Expand description
CSS 预处理器类型
Variants§
Trait Implementations§
Source§impl Clone for PreprocessorType
impl Clone for PreprocessorType
Source§fn clone(&self) -> PreprocessorType
fn clone(&self) -> PreprocessorType
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 PreprocessorType
impl Debug for PreprocessorType
Source§impl Hash for PreprocessorType
impl Hash for PreprocessorType
Source§impl PartialEq for PreprocessorType
impl PartialEq for PreprocessorType
impl Eq for PreprocessorType
impl StructuralPartialEq for PreprocessorType
Auto Trait Implementations§
impl Freeze for PreprocessorType
impl RefUnwindSafe for PreprocessorType
impl Send for PreprocessorType
impl Sync for PreprocessorType
impl Unpin for PreprocessorType
impl UnsafeUnpin for PreprocessorType
impl UnwindSafe for PreprocessorType
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