Enum systemd_parser::items::SystemdItem
[−]
[src]
pub enum SystemdItem<'a> {
Comment(&'a str),
Category(&'a str),
Directive(&'a str, &'a str),
}Variants
Comment(&'a str)Category(&'a str)Directive(&'a str, &'a str)Trait Implementations
impl<'a> PartialEq for SystemdItem<'a>[src]
fn eq(&self, __arg_0: &SystemdItem<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SystemdItem<'a>) -> bool
This method tests for !=.
impl<'a> Eq for SystemdItem<'a>[src]
impl<'a> Clone for SystemdItem<'a>[src]
fn clone(&self) -> SystemdItem<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more