Enum rcss_core::CssPreprocessor
source · pub enum CssPreprocessor {
LightningCss,
Procss,
StylersCore,
}
Variants§
LightningCss
Browsergrade lightningcss
Procss
lightweight procss
StylersCore
stylers_core from leptos ecosystem
Trait Implementations§
source§impl Clone for CssPreprocessor
impl Clone for CssPreprocessor
source§fn clone(&self) -> CssPreprocessor
fn clone(&self) -> CssPreprocessor
Returns a copy 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 CssPreprocessor
impl Debug for CssPreprocessor
source§impl Ord for CssPreprocessor
impl Ord for CssPreprocessor
source§fn cmp(&self, other: &CssPreprocessor) -> Ordering
fn cmp(&self, other: &CssPreprocessor) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CssPreprocessor
impl PartialEq for CssPreprocessor
source§fn eq(&self, other: &CssPreprocessor) -> bool
fn eq(&self, other: &CssPreprocessor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CssPreprocessor
impl PartialOrd for CssPreprocessor
source§fn partial_cmp(&self, other: &CssPreprocessor) -> Option<Ordering>
fn partial_cmp(&self, other: &CssPreprocessor) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for CssPreprocessor
impl Eq for CssPreprocessor
impl StructuralEq for CssPreprocessor
impl StructuralPartialEq for CssPreprocessor
Auto Trait Implementations§
impl RefUnwindSafe for CssPreprocessor
impl Send for CssPreprocessor
impl Sync for CssPreprocessor
impl Unpin for CssPreprocessor
impl UnwindSafe for CssPreprocessor
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