pub struct LaunchdServiceManager {
    pub user: bool,
    pub config: LaunchdConfig,
}
Expand description

Implementation of ServiceManager for MacOS’s Launchd

Fields

user: bool

Whether or not this manager is operating at the user-level

config: LaunchdConfig

Configuration settings tied to launchd services

Implementations

Creates a new manager instance working with system services

Creates a new manager instance working with user services

Change manager to work with system services

Change manager to work with user services

Update manager to use the specified config

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Determines if the service manager exists (e.g. is launchd available on the system?) and can be used Read more

Installs a new service using the manager

Uninstalls an existing service using the manager

Starts a service using the manager

Stops a running service using the manager

Returns the current target level for the manager

Sets the target level for the manager

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.