Enum tailwind_parse::TextTransform
source · pub enum TextTransform {
Uppercase,
Lowercase,
Capitalize,
NormalCase,
}
Variants
Uppercase
Lowercase
Capitalize
NormalCase
Trait Implementations
sourceimpl Clone for TextTransform
impl Clone for TextTransform
sourcefn clone(&self) -> TextTransform
fn clone(&self) -> TextTransform
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TextTransform
impl Debug for TextTransform
sourceimpl PartialEq<TextTransform> for TextTransform
impl PartialEq<TextTransform> for TextTransform
sourcefn eq(&self, other: &TextTransform) -> bool
fn eq(&self, other: &TextTransform) -> bool
impl Copy for TextTransform
impl Eq for TextTransform
impl StructuralEq for TextTransform
impl StructuralPartialEq for TextTransform
Auto Trait Implementations
impl RefUnwindSafe for TextTransform
impl Send for TextTransform
impl Sync for TextTransform
impl Unpin for TextTransform
impl UnwindSafe for TextTransform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more