Struct systemd_parser::errors::ParseErrorInternal [] [src]

pub struct ParseErrorInternal(_, _);

Trait Implementations

impl Clone for ParseErrorInternal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParseErrorInternal
[src]

Formats the value using the given formatter.

impl Eq for ParseErrorInternal
[src]

impl PartialEq for ParseErrorInternal
[src]

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

This method tests for !=.

impl From<(String, u32)> for ParseErrorInternal
[src]

Performs the conversion.

impl Display for ParseErrorInternal
[src]

Formats the value using the given formatter. Read more