pub enum SettingsPanel {
Display,
Network,
Users,
Appearance,
Audio,
Bluetooth,
Power,
About,
}Expand description
Which panel is active in the settings sidebar.
Variants§
Implementations§
Source§impl SettingsPanel
impl SettingsPanel
Sourcepub fn all() -> &'static [SettingsPanel]
pub fn all() -> &'static [SettingsPanel]
Ordered list of all panels.
Trait Implementations§
Source§impl Clone for SettingsPanel
impl Clone for SettingsPanel
Source§fn clone(&self) -> SettingsPanel
fn clone(&self) -> SettingsPanel
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 SettingsPanel
impl Debug for SettingsPanel
Source§impl PartialEq for SettingsPanel
impl PartialEq for SettingsPanel
impl Copy for SettingsPanel
impl Eq for SettingsPanel
impl StructuralPartialEq for SettingsPanel
Auto Trait Implementations§
impl Freeze for SettingsPanel
impl RefUnwindSafe for SettingsPanel
impl Send for SettingsPanel
impl Sync for SettingsPanel
impl Unpin for SettingsPanel
impl UnwindSafe for SettingsPanel
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)