pub enum Intensity {
Normal,
Bold,
Faint,
}Expand description
The emphasis (bold, faint) states.
Variants§
Trait Implementations§
impl Copy for Intensity
impl Eq for Intensity
impl StructuralPartialEq for Intensity
Auto Trait Implementations§
impl Freeze for Intensity
impl RefUnwindSafe for Intensity
impl Send for Intensity
impl Sync for Intensity
impl Unpin for Intensity
impl UnwindSafe for Intensity
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