Enum forensic_rs::artifact::LinuxService
source · pub enum LinuxService {
SysV,
InitD,
SystemD,
Other(String),
Unknown,
}Variants§
Trait Implementations§
source§impl Clone for LinuxService
impl Clone for LinuxService
source§fn clone(&self) -> LinuxService
fn clone(&self) -> LinuxService
Returns a copy 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 LinuxService
impl Debug for LinuxService
source§impl Default for LinuxService
impl Default for LinuxService
source§fn default() -> LinuxService
fn default() -> LinuxService
Returns the “default value” for a type. Read more
source§impl Display for LinuxService
impl Display for LinuxService
source§impl Ord for LinuxService
impl Ord for LinuxService
source§fn cmp(&self, other: &LinuxService) -> Ordering
fn cmp(&self, other: &LinuxService) -> Ordering
1.21.0 · 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 LinuxService
impl PartialEq for LinuxService
source§fn eq(&self, other: &LinuxService) -> bool
fn eq(&self, other: &LinuxService) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for LinuxService
impl PartialOrd for LinuxService
source§fn partial_cmp(&self, other: &LinuxService) -> Option<Ordering>
fn partial_cmp(&self, other: &LinuxService) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for LinuxService
impl Serialize for LinuxService
impl Eq for LinuxService
impl StructuralEq for LinuxService
impl StructuralPartialEq for LinuxService
Auto Trait Implementations§
impl RefUnwindSafe for LinuxService
impl Send for LinuxService
impl Sync for LinuxService
impl Unpin for LinuxService
impl UnwindSafe for LinuxService
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