pub enum TextDecorationLine {
Inherit,
None,
Underline,
Overline,
LineThrough,
}
Variants§
Trait Implementations§
Source§impl Arbitrary for TextDecorationLine
impl Arbitrary for TextDecorationLine
Source§impl Clone for TextDecorationLine
impl Clone for TextDecorationLine
Source§fn clone(&self) -> TextDecorationLine
fn clone(&self) -> TextDecorationLine
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 TextDecorationLine
impl Debug for TextDecorationLine
Source§impl Default for TextDecorationLine
impl Default for TextDecorationLine
Source§fn default() -> TextDecorationLine
fn default() -> TextDecorationLine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextDecorationLine
impl<'de> Deserialize<'de> for TextDecorationLine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TextDecorationLine
impl Display for TextDecorationLine
Source§impl PartialEq for TextDecorationLine
impl PartialEq for TextDecorationLine
Source§impl Serialize for TextDecorationLine
impl Serialize for TextDecorationLine
impl Copy for TextDecorationLine
impl Eq for TextDecorationLine
impl StructuralPartialEq for TextDecorationLine
Auto Trait Implementations§
impl Freeze for TextDecorationLine
impl RefUnwindSafe for TextDecorationLine
impl Send for TextDecorationLine
impl Sync for TextDecorationLine
impl Unpin for TextDecorationLine
impl UnwindSafe for TextDecorationLine
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