Enum tailwind_parse::TextDecoration
source · pub enum TextDecoration {
Underline,
Overline,
LineThrough,
NoUnderline,
}
Variants
Underline
Overline
LineThrough
NoUnderline
Trait Implementations
sourceimpl Clone for TextDecoration
impl Clone for TextDecoration
sourcefn clone(&self) -> TextDecoration
fn clone(&self) -> TextDecoration
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 TextDecoration
impl Debug for TextDecoration
sourceimpl PartialEq<TextDecoration> for TextDecoration
impl PartialEq<TextDecoration> for TextDecoration
sourcefn eq(&self, other: &TextDecoration) -> bool
fn eq(&self, other: &TextDecoration) -> bool
impl Copy for TextDecoration
impl Eq for TextDecoration
impl StructuralEq for TextDecoration
impl StructuralPartialEq for TextDecoration
Auto Trait Implementations
impl RefUnwindSafe for TextDecoration
impl Send for TextDecoration
impl Sync for TextDecoration
impl Unpin for TextDecoration
impl UnwindSafe for TextDecoration
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