Enum systemd_parser::items::DirectiveEntry
[−]
[src]
pub enum DirectiveEntry {
Solo(UnitDirective),
Many(Vec<UnitDirective>),
}Variants
Solo(UnitDirective)Many(Vec<UnitDirective>)Methods
impl DirectiveEntry[src]
Trait Implementations
impl PartialEq for DirectiveEntry[src]
fn eq(&self, __arg_0: &DirectiveEntry) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DirectiveEntry) -> bool
This method tests for !=.
impl Eq for DirectiveEntry[src]
impl Clone for DirectiveEntry[src]
fn clone(&self) -> DirectiveEntry
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