Enum systemd_parser::items::SystemdItem [] [src]

pub enum SystemdItem<'a> {
    Comment(&'a str),
    Category(&'a str),
    Directive(&'a str, &'a str),
}

Variants

Trait Implementations

impl<'a> PartialEq for SystemdItem<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for SystemdItem<'a>
[src]

impl<'a> Clone for SystemdItem<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for SystemdItem<'a>
[src]

Formats the value using the given formatter.