Struct colored_diff::PrettyDifference 
                   
                       [−]
                   
               [src]
pub struct PrettyDifference<'a> {
    pub expected: &'a str,
    pub actual: &'a str,
}Fields
expected: &'a str
                           
                           
                           
                           actual: &'a str
                           
            Trait Implementations
impl<'a> Copy for PrettyDifference<'a>[src]
impl<'a> Clone for PrettyDifference<'a>[src]
fn clone(&self) -> PrettyDifference<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for PrettyDifference<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more