pub enum UnderlineOption {
None,
Underline,
StippledUnderline,
SquigglyUnderline,
}
Variants§
Trait Implementations§
Source§impl Clone for UnderlineOption
impl Clone for UnderlineOption
Source§fn clone(&self) -> UnderlineOption
fn clone(&self) -> UnderlineOption
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 UnderlineOption
impl Debug for UnderlineOption
Source§impl Default for UnderlineOption
impl Default for UnderlineOption
Source§fn default() -> UnderlineOption
fn default() -> UnderlineOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnderlineOption
impl<'de> Deserialize<'de> for UnderlineOption
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 FromStr for UnderlineOption
impl FromStr for UnderlineOption
Source§impl PartialEq for UnderlineOption
impl PartialEq for UnderlineOption
Source§impl Serialize for UnderlineOption
impl Serialize for UnderlineOption
impl StructuralPartialEq for UnderlineOption
Auto Trait Implementations§
impl Freeze for UnderlineOption
impl RefUnwindSafe for UnderlineOption
impl Send for UnderlineOption
impl Sync for UnderlineOption
impl Unpin for UnderlineOption
impl UnwindSafe for UnderlineOption
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