pub struct Launcher {
pub default_terminal: Option<Box<str>>,
pub launch_modifier: Modifier,
pub width: u16,
pub max_items: u8,
pub show_when_empty: bool,
pub plugins: Plugins,
}Fields§
§default_terminal: Option<Box<str>>§launch_modifier: Modifier§width: u16§max_items: u8§show_when_empty: bool§plugins: PluginsTrait Implementations§
impl StructuralPartialEq for Launcher
Auto Trait Implementations§
impl Freeze for Launcher
impl RefUnwindSafe for Launcher
impl Send for Launcher
impl Sync for Launcher
impl Unpin for Launcher
impl UnsafeUnpin for Launcher
impl UnwindSafe for Launcher
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