Struct java_properties::Line [] [src]

pub struct Line { /* fields omitted */ }

A line read from a properties file.

Methods

impl Line
[src]

Returns the 1-based line number.

Returns the content of the line.

Returns the content of the line, consuming it in the process.

Trait Implementations

impl PartialEq for Line
[src]

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

This method tests for !=.

impl Eq for Line
[src]

impl PartialOrd for Line
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Line
[src]

This method returns an Ordering between self and other. Read more

impl Debug for Line
[src]

Formats the value using the given formatter.

impl Into<LineContent> for Line
[src]

Performs the conversion.

impl Display for Line
[src]

Formats the value using the given formatter.