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