Enum tailwind_parse::TextTransform
source · pub enum TextTransform {
Uppercase,
Lowercase,
Capitalize,
NormalCase,
}
Variants§
Trait Implementations§
source§impl Clone for TextTransform
impl Clone for TextTransform
source§fn clone(&self) -> TextTransform
fn clone(&self) -> TextTransform
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 TextTransform
impl Debug for TextTransform
source§impl PartialEq<TextTransform> for TextTransform
impl PartialEq<TextTransform> for TextTransform
source§fn eq(&self, other: &TextTransform) -> bool
fn eq(&self, other: &TextTransform) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.