pub enum IconKind {
Show 22 variants
Check,
Close,
ChevronRight,
ChevronDown,
ChevronLeft,
ChevronUp,
Search,
Menu,
Plus,
Minus,
Bell,
Info,
Warning,
Error,
Home,
Settings,
User,
File,
Folder,
Trash,
Star,
Heart,
}Variants§
Check
Close
ChevronRight
ChevronDown
ChevronLeft
ChevronUp
Search
Menu
Plus
Minus
Bell
Info
Warning
Error
Home
Settings
User
File
Folder
Trash
Star
Heart
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