Enum zero_ui::text::TextVariant
source · pub enum TextVariant {
H1,
H2,
H3,
H4,
H5,
H6,
P,
Span,
}
Variants§
Auto Trait Implementations§
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