pub enum MacosLauncher {
LaunchAgent,
AppleScript,
}
Variants§
Trait Implementations§
Source§impl Clone for MacosLauncher
impl Clone for MacosLauncher
Source§fn clone(&self) -> MacosLauncher
fn clone(&self) -> MacosLauncher
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MacosLauncher
impl Debug for MacosLauncher
Source§impl Default for MacosLauncher
impl Default for MacosLauncher
Source§fn default() -> MacosLauncher
fn default() -> MacosLauncher
Returns the “default value” for a type. Read more
impl Copy for MacosLauncher
Auto Trait Implementations§
impl Freeze for MacosLauncher
impl RefUnwindSafe for MacosLauncher
impl Send for MacosLauncher
impl Sync for MacosLauncher
impl Unpin for MacosLauncher
impl UnwindSafe for MacosLauncher
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