Enum kitty_remote_bindings::command::options::LaunchType
source · pub enum LaunchType {
Window,
Tab,
OsWindow,
Overlay,
OverlayMain,
Background,
Clipboard,
Primary,
}Expand description
Represents the possible values of th launch command’s --type option
Variants§
Trait Implementations§
source§impl Clone for LaunchType
impl Clone for LaunchType
source§fn clone(&self) -> LaunchType
fn clone(&self) -> LaunchType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LaunchType
impl Debug for LaunchType
source§impl PartialEq for LaunchType
impl PartialEq for LaunchType
source§fn eq(&self, other: &LaunchType) -> bool
fn eq(&self, other: &LaunchType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LaunchType
Auto Trait Implementations§
impl RefUnwindSafe for LaunchType
impl Send for LaunchType
impl Sync for LaunchType
impl Unpin for LaunchType
impl UnwindSafe for LaunchType
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