Enum patch::Line [] [src]

pub enum Line<'a> {
    Add(&'a str),
    Remove(&'a str),
    Context(&'a str),
}

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

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

[src]

This method tests for !=.