pub enum PveServiceEnum {
Show 23 variants
Chrony,
Corosync,
Cron,
Ksmtuned,
Lxcfs,
Postfix,
ProxmoxFirewall,
PveCluster,
PveFirewall,
PveHaCrm,
PveHaLrm,
PveLxcSyscalld,
Pvedaemon,
PvefwLogger,
Pveproxy,
Pvescheduler,
Pvestatd,
Qmeventd,
Spiceproxy,
Sshd,
Syslog,
SystemdJournald,
SystemdTimesyncd,
}Expand description
Variants§
Chrony
Corosync
Cron
Ksmtuned
Lxcfs
Postfix
ProxmoxFirewall
PveCluster
PveFirewall
PveHaCrm
PveHaLrm
PveLxcSyscalld
Pvedaemon
PvefwLogger
Pveproxy
Pvescheduler
Pvestatd
Qmeventd
Spiceproxy
Sshd
Syslog
SystemdJournald
SystemdTimesyncd
Trait Implementations§
Source§impl Clone for PveServiceEnum
impl Clone for PveServiceEnum
Source§fn clone(&self) -> PveServiceEnum
fn clone(&self) -> PveServiceEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PveServiceEnum
impl Debug for PveServiceEnum
Source§impl Default for PveServiceEnum
impl Default for PveServiceEnum
Source§fn default() -> PveServiceEnum
fn default() -> PveServiceEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveServiceEnum
impl<'de> Deserialize<'de> for PveServiceEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PveServiceEnum
impl Display for PveServiceEnum
Source§impl Hash for PveServiceEnum
impl Hash for PveServiceEnum
Source§impl Ord for PveServiceEnum
impl Ord for PveServiceEnum
Source§fn cmp(&self, other: &PveServiceEnum) -> Ordering
fn cmp(&self, other: &PveServiceEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PveServiceEnum
impl PartialEq for PveServiceEnum
Source§fn eq(&self, other: &PveServiceEnum) -> bool
fn eq(&self, other: &PveServiceEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveServiceEnum
impl PartialOrd for PveServiceEnum
Source§impl Serialize for PveServiceEnum
impl Serialize for PveServiceEnum
impl Copy for PveServiceEnum
impl Eq for PveServiceEnum
impl StructuralPartialEq for PveServiceEnum
Auto Trait Implementations§
impl Freeze for PveServiceEnum
impl RefUnwindSafe for PveServiceEnum
impl Send for PveServiceEnum
impl Sync for PveServiceEnum
impl Unpin for PveServiceEnum
impl UnsafeUnpin for PveServiceEnum
impl UnwindSafe for PveServiceEnum
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