Struct colored_diff::PrettyDifference[][src]

pub struct PrettyDifference<'a> {
    pub expected: &'a str,
    pub actual: &'a str,
}

Fields

Trait Implementations

impl<'a> Copy for PrettyDifference<'a>
[src]

impl<'a> Clone for PrettyDifference<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<'a> Display for PrettyDifference<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for PrettyDifference<'a>

impl<'a> Sync for PrettyDifference<'a>