Struct colored_diff::PrettyDifference [−][src]
Fields
expected: &'a str
actual: &'a str
Trait Implementations
impl<'a> Copy for PrettyDifference<'a>[src]
impl<'a> Copy for PrettyDifference<'a>impl<'a> Clone for PrettyDifference<'a>[src]
impl<'a> Clone for PrettyDifference<'a>fn clone(&self) -> PrettyDifference<'a>[src]
fn clone(&self) -> PrettyDifference<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
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]
impl<'a> Debug for PrettyDifference<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Display for PrettyDifference<'a>[src]
impl<'a> Display for PrettyDifference<'a>Auto Trait Implementations
impl<'a> Send for PrettyDifference<'a>
impl<'a> Send for PrettyDifference<'a>impl<'a> Sync for PrettyDifference<'a>
impl<'a> Sync for PrettyDifference<'a>