pub enum Icon {
Link,
Enum,
Toggle,
Lock,
Globe,
Clock,
Tag,
Text,
Other(String),
}Expand description
A semantic icon hint. Frontends map to their own symbol set.
Variants§
Link
Enum
Toggle
Lock
Globe
Clock
Tag
Text
Other(String)
An escape hatch naming a frontend-specific symbol.
Trait Implementations§
impl Eq for Icon
impl StructuralPartialEq for Icon
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnsafeUnpin for Icon
impl UnwindSafe for Icon
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