pub enum TextDecorationStyle {
Inherit,
Solid,
Double,
Dotted,
Dashed,
Wavy,
}
Variants§
Trait Implementations§
Source§impl Arbitrary for TextDecorationStyle
impl Arbitrary for TextDecorationStyle
Source§impl Clone for TextDecorationStyle
impl Clone for TextDecorationStyle
Source§fn clone(&self) -> TextDecorationStyle
fn clone(&self) -> TextDecorationStyle
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 TextDecorationStyle
impl Debug for TextDecorationStyle
Source§impl Default for TextDecorationStyle
impl Default for TextDecorationStyle
Source§fn default() -> TextDecorationStyle
fn default() -> TextDecorationStyle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextDecorationStyle
impl<'de> Deserialize<'de> for TextDecorationStyle
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 TextDecorationStyle
impl Display for TextDecorationStyle
Source§impl PartialEq for TextDecorationStyle
impl PartialEq for TextDecorationStyle
Source§impl Serialize for TextDecorationStyle
impl Serialize for TextDecorationStyle
impl Copy for TextDecorationStyle
impl Eq for TextDecorationStyle
impl StructuralPartialEq for TextDecorationStyle
Auto Trait Implementations§
impl Freeze for TextDecorationStyle
impl RefUnwindSafe for TextDecorationStyle
impl Send for TextDecorationStyle
impl Sync for TextDecorationStyle
impl Unpin for TextDecorationStyle
impl UnwindSafe for TextDecorationStyle
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