pub enum TextElementStyling {
Normal,
Bold,
Emphasized,
Important,
Highlighted,
}
Variants§
Trait Implementations§
Source§impl Debug for TextElementStyling
impl Debug for TextElementStyling
Source§impl Default for TextElementStyling
impl Default for TextElementStyling
Source§fn default() -> TextElementStyling
fn default() -> TextElementStyling
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextElementStyling
impl RefUnwindSafe for TextElementStyling
impl Send for TextElementStyling
impl Sync for TextElementStyling
impl Unpin for TextElementStyling
impl UnwindSafe for TextElementStyling
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