pub enum AppCategory {
System,
Utility,
Development,
Graphics,
Network,
Multimedia,
Office,
Settings,
Other,
}Expand description
Application category for grouping and icon color coding.
Variants§
System
Core system utilities (task manager, system monitor)
Utility
General-purpose utilities (calculator, clock)
Development
Development tools (editors, compilers, debuggers)
Graphics
Graphics and image applications
Network
Networking and internet applications
Multimedia
Audio, video, and media applications
Office
Office and productivity applications
Settings
System configuration and preferences
Other
Uncategorized applications
Trait Implementations§
Source§impl Clone for AppCategory
impl Clone for AppCategory
Source§fn clone(&self) -> AppCategory
fn clone(&self) -> AppCategory
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppCategory
impl Debug for AppCategory
Source§impl PartialEq for AppCategory
impl PartialEq for AppCategory
impl Copy for AppCategory
impl Eq for AppCategory
impl StructuralPartialEq for AppCategory
Auto Trait Implementations§
impl Freeze for AppCategory
impl RefUnwindSafe for AppCategory
impl Send for AppCategory
impl Sync for AppCategory
impl Unpin for AppCategory
impl UnwindSafe for AppCategory
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)