pub struct Differences { /* private fields */ }
Implementations§
Source§impl Differences
impl Differences
Trait Implementations§
Source§impl Debug for Differences
impl Debug for Differences
Auto Trait Implementations§
impl Freeze for Differences
impl RefUnwindSafe for Differences
impl Send for Differences
impl Sync for Differences
impl Unpin for Differences
impl UnwindSafe for Differences
Blanket Implementations§
Source§impl<T> AssertingThat for T
impl<T> AssertingThat for T
fn assert_that<'t, U>(self, map: impl Fn(T) -> U) -> AssertThat<'t, U, Panic>
fn assert_that_it<'t>(self) -> AssertThat<'t, T, Panic>
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