pub enum IconKind {
Show 29 variants
Check,
Close,
Add,
Remove,
Search,
Menu,
Arrow,
ChevronRight,
ChevronLeft,
ChevronDown,
ChevronUp,
Settings,
User,
Home,
Inbox,
Calendar,
Star,
Heart,
Bell,
Edit,
Trash,
Upload,
Download,
Filter,
Sort,
Grid,
List,
Circle,
Dot,
}Expand description
Built-in icon names (backward compatible — D115’s Migration Rule keeps every pre-Phase-32 variant working; they now render Material Symbols glyphs instead of the old hand-drawn primitive approximations).
Variants§
Check
Close
Add
Remove
Search
Menu
Arrow
ChevronRight
ChevronLeft
ChevronDown
ChevronUp
Settings
User
Home
Inbox
Calendar
Star
Heart
Bell
Edit
Trash
Upload
Download
Filter
Sort
Grid
List
Circle
Dot
Implementations§
Trait Implementations§
impl Copy for IconKind
impl Eq for IconKind
impl StructuralPartialEq for IconKind
Auto Trait Implementations§
impl Freeze for IconKind
impl RefUnwindSafe for IconKind
impl Send for IconKind
impl Sync for IconKind
impl Unpin for IconKind
impl UnsafeUnpin for IconKind
impl UnwindSafe for IconKind
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