pub enum TextType {
Content,
Title,
Link,
Button,
FormLabel,
ImageAlt,
Tooltip,
Attribute(String),
}Expand description
文本类型枚举
Variants§
Content
文本内容
Title
标题文本
Link
链接文本
Button
按钮文本
FormLabel
表单标签
ImageAlt
图片alt属性
Tooltip
工具提示
Attribute(String)
属性值
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextType
impl RefUnwindSafe for TextType
impl Send for TextType
impl Sync for TextType
impl Unpin for TextType
impl UnwindSafe for TextType
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