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§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more