pub enum ServiceManager {
Launchd,
Systemd,
}Expand description
Service manager type for platform-specific service installation
Variants§
Trait Implementations§
Source§impl Clone for ServiceManager
impl Clone for ServiceManager
Source§fn clone(&self) -> ServiceManager
fn clone(&self) -> ServiceManager
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 ServiceManager
impl Debug for ServiceManager
Source§impl PartialEq for ServiceManager
impl PartialEq for ServiceManager
Source§impl ValueEnum for ServiceManager
impl ValueEnum for ServiceManager
impl StructuralPartialEq for ServiceManager
Auto Trait Implementations§
impl Freeze for ServiceManager
impl RefUnwindSafe for ServiceManager
impl Send for ServiceManager
impl Sync for ServiceManager
impl Unpin for ServiceManager
impl UnsafeUnpin for ServiceManager
impl UnwindSafe for ServiceManager
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