Struct service_manager::SystemdConfig
source · pub struct SystemdConfig {
pub install: SystemdInstallConfig,
}
Expand description
Configuration settings tied to systemd services
Fields
install: SystemdInstallConfig
Trait Implementations
sourceimpl Clone for SystemdConfig
impl Clone for SystemdConfig
sourcefn clone(&self) -> SystemdConfig
fn clone(&self) -> SystemdConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SystemdConfig
impl Debug for SystemdConfig
sourceimpl Default for SystemdConfig
impl Default for SystemdConfig
sourcefn default() -> SystemdConfig
fn default() -> SystemdConfig
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SystemdConfig> for SystemdConfig
impl PartialEq<SystemdConfig> for SystemdConfig
sourcefn eq(&self, other: &SystemdConfig) -> bool
fn eq(&self, other: &SystemdConfig) -> bool
impl Eq for SystemdConfig
impl StructuralEq for SystemdConfig
impl StructuralPartialEq for SystemdConfig
Auto Trait Implementations
impl RefUnwindSafe for SystemdConfig
impl Send for SystemdConfig
impl Sync for SystemdConfig
impl Unpin for SystemdConfig
impl UnwindSafe for SystemdConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more