pub struct WorkspaceSwitcher {
pub custom: Option<String>,
pub i3: Option<I3Switcher>,
}Fields§
§custom: Option<String>§i3: Option<I3Switcher>Trait Implementations§
Source§impl Debug for WorkspaceSwitcher
impl Debug for WorkspaceSwitcher
Source§impl<'de> Deserialize<'de> for WorkspaceSwitcher
impl<'de> Deserialize<'de> for WorkspaceSwitcher
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 ExecSwitcher for WorkspaceSwitcher
impl ExecSwitcher for WorkspaceSwitcher
Source§impl From<I3Switcher> for WorkspaceSwitcher
impl From<I3Switcher> for WorkspaceSwitcher
Source§fn from(value: I3Switcher) -> Self
fn from(value: I3Switcher) -> Self
Converts to this type from the input type.
Source§impl From<String> for WorkspaceSwitcher
impl From<String> for WorkspaceSwitcher
Auto Trait Implementations§
impl Freeze for WorkspaceSwitcher
impl RefUnwindSafe for WorkspaceSwitcher
impl Send for WorkspaceSwitcher
impl Sync for WorkspaceSwitcher
impl Unpin for WorkspaceSwitcher
impl UnsafeUnpin for WorkspaceSwitcher
impl UnwindSafe for WorkspaceSwitcher
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