pub enum CloseOverviewConfig {
LauncherClick(Identifier),
LauncherPress(char),
Windows(WindowsOverride),
None,
}Variants§
Trait Implementations§
Source§impl Debug for CloseOverviewConfig
impl Debug for CloseOverviewConfig
Source§impl<'de> Deserialize<'de> for CloseOverviewConfig
impl<'de> Deserialize<'de> for CloseOverviewConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CloseOverviewConfig
impl PartialEq for CloseOverviewConfig
Source§fn eq(&self, other: &CloseOverviewConfig) -> bool
fn eq(&self, other: &CloseOverviewConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CloseOverviewConfig
impl Serialize for CloseOverviewConfig
impl Eq for CloseOverviewConfig
impl StructuralPartialEq for CloseOverviewConfig
Auto Trait Implementations§
impl Freeze for CloseOverviewConfig
impl RefUnwindSafe for CloseOverviewConfig
impl Send for CloseOverviewConfig
impl Sync for CloseOverviewConfig
impl Unpin for CloseOverviewConfig
impl UnsafeUnpin for CloseOverviewConfig
impl UnwindSafe for CloseOverviewConfig
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