pub enum LinuxDesktop {
Kde,
Gnome,
Xfce,
Cinnamon,
Mate,
LxQt,
Budgie,
Unknown,
}Expand description
Desktop environments recognized on Linux.
Variants§
Trait Implementations§
Source§impl Clone for LinuxDesktop
impl Clone for LinuxDesktop
Source§fn clone(&self) -> LinuxDesktop
fn clone(&self) -> LinuxDesktop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinuxDesktop
impl Debug for LinuxDesktop
Source§impl PartialEq for LinuxDesktop
impl PartialEq for LinuxDesktop
impl Copy for LinuxDesktop
impl StructuralPartialEq for LinuxDesktop
Auto Trait Implementations§
impl Freeze for LinuxDesktop
impl RefUnwindSafe for LinuxDesktop
impl Send for LinuxDesktop
impl Sync for LinuxDesktop
impl Unpin for LinuxDesktop
impl UnsafeUnpin for LinuxDesktop
impl UnwindSafe for LinuxDesktop
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