pub enum StyleDialect {
Css,
Scss,
Sass,
Less,
}Variants§
Implementations§
Source§impl StyleDialect
impl StyleDialect
pub const ALL: &'static [StyleDialect]
Trait Implementations§
Source§impl Clone for StyleDialect
impl Clone for StyleDialect
Source§fn clone(&self) -> StyleDialect
fn clone(&self) -> StyleDialect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StyleDialect
Source§impl Debug for StyleDialect
impl Debug for StyleDialect
impl Eq for StyleDialect
Source§impl Hash for StyleDialect
impl Hash for StyleDialect
Source§impl Ord for StyleDialect
impl Ord for StyleDialect
Source§fn cmp(&self, other: &StyleDialect) -> Ordering
fn cmp(&self, other: &StyleDialect) -> Ordering
1.21.0 (const: unstable) · 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 StyleDialect
impl PartialEq for StyleDialect
Source§fn eq(&self, other: &StyleDialect) -> bool
fn eq(&self, other: &StyleDialect) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StyleDialect
impl PartialOrd for StyleDialect
impl StructuralPartialEq for StyleDialect
Auto Trait Implementations§
impl Freeze for StyleDialect
impl RefUnwindSafe for StyleDialect
impl Send for StyleDialect
impl Sync for StyleDialect
impl Unpin for StyleDialect
impl UnsafeUnpin for StyleDialect
impl UnwindSafe for StyleDialect
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.