pub struct TestDiff<'a> {
pub actual: &'a str,
pub expected: &'a str,
pub color: bool,
}Fields§
§actual: &'a str§expected: &'a str§color: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TestDiff<'a>
impl<'a> RefUnwindSafe for TestDiff<'a>
impl<'a> Send for TestDiff<'a>
impl<'a> Sync for TestDiff<'a>
impl<'a> Unpin for TestDiff<'a>
impl<'a> UnwindSafe for TestDiff<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more