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 duplicate 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
impl StructuralPartialEq for LaunchType
Auto Trait Implementations§
impl Freeze for LaunchType
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