pub enum SettingsAction {
None,
Close,
Apply,
SwitchPanel(SettingsPanel),
}Expand description
Action produced by settings interaction.
Variants§
None
No-op.
Close
Close the settings window.
Apply
Apply current settings.
SwitchPanel(SettingsPanel)
Switch to a different panel.
Trait Implementations§
Source§impl Clone for SettingsAction
impl Clone for SettingsAction
Source§fn clone(&self) -> SettingsAction
fn clone(&self) -> SettingsAction
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 SettingsAction
impl Debug for SettingsAction
Source§impl PartialEq for SettingsAction
impl PartialEq for SettingsAction
impl Eq for SettingsAction
impl StructuralPartialEq for SettingsAction
Auto Trait Implementations§
impl Freeze for SettingsAction
impl RefUnwindSafe for SettingsAction
impl Send for SettingsAction
impl Sync for SettingsAction
impl Unpin for SettingsAction
impl UnwindSafe for SettingsAction
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)