pub enum HtmlTextStyle {
Bold = 1,
Italic = 2,
Emphasis = 3,
Typewriter = 4,
SmallCaps = 5,
}Variants§
Trait Implementations§
Source§impl Clone for HtmlTextStyle
impl Clone for HtmlTextStyle
Source§fn clone(&self) -> HtmlTextStyle
fn clone(&self) -> HtmlTextStyle
Returns a duplicate 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 HtmlTextStyle
impl Debug for HtmlTextStyle
Source§impl PartialEq for HtmlTextStyle
impl PartialEq for HtmlTextStyle
impl Copy for HtmlTextStyle
impl StructuralPartialEq for HtmlTextStyle
Auto Trait Implementations§
impl Freeze for HtmlTextStyle
impl RefUnwindSafe for HtmlTextStyle
impl Send for HtmlTextStyle
impl Sync for HtmlTextStyle
impl Unpin for HtmlTextStyle
impl UnwindSafe for HtmlTextStyle
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