pub enum SystemdUnitLoadState {
Loaded,
Error,
Masked,
NotMinusFound,
}Variants§
Trait Implementations§
Source§impl Clone for SystemdUnitLoadState
impl Clone for SystemdUnitLoadState
Source§fn clone(&self) -> SystemdUnitLoadState
fn clone(&self) -> SystemdUnitLoadState
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 SystemdUnitLoadState
impl Debug for SystemdUnitLoadState
Source§impl Default for SystemdUnitLoadState
impl Default for SystemdUnitLoadState
Source§fn default() -> SystemdUnitLoadState
fn default() -> SystemdUnitLoadState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemdUnitLoadState
impl<'de> Deserialize<'de> for SystemdUnitLoadState
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 Hash for SystemdUnitLoadState
impl Hash for SystemdUnitLoadState
Source§impl Ord for SystemdUnitLoadState
impl Ord for SystemdUnitLoadState
Source§fn cmp(&self, other: &SystemdUnitLoadState) -> Ordering
fn cmp(&self, other: &SystemdUnitLoadState) -> 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 SystemdUnitLoadState
impl PartialEq for SystemdUnitLoadState
Source§fn eq(&self, other: &SystemdUnitLoadState) -> bool
fn eq(&self, other: &SystemdUnitLoadState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SystemdUnitLoadState
impl PartialOrd for SystemdUnitLoadState
Source§impl Serialize for SystemdUnitLoadState
impl Serialize for SystemdUnitLoadState
impl Copy for SystemdUnitLoadState
impl Eq for SystemdUnitLoadState
impl StructuralPartialEq for SystemdUnitLoadState
Auto Trait Implementations§
impl Freeze for SystemdUnitLoadState
impl RefUnwindSafe for SystemdUnitLoadState
impl Send for SystemdUnitLoadState
impl Sync for SystemdUnitLoadState
impl Unpin for SystemdUnitLoadState
impl UnsafeUnpin for SystemdUnitLoadState
impl UnwindSafe for SystemdUnitLoadState
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