pub enum TextVariant {
H1,
H2,
H3,
H4,
H5,
H6,
P,
Span,
}
Variants§
Auto Trait Implementations§
impl Freeze for TextVariant
impl RefUnwindSafe for TextVariant
impl Send for TextVariant
impl Sync for TextVariant
impl Unpin for TextVariant
impl UnwindSafe for TextVariant
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