pub struct UnitDiff;Expand description
Diff of a Unit: always empty (nothing to compare).
Trait Implementations§
impl Eq for UnitDiff
impl StructuralPartialEq for UnitDiff
Auto Trait Implementations§
impl Freeze for UnitDiff
impl RefUnwindSafe for UnitDiff
impl Send for UnitDiff
impl Sync for UnitDiff
impl Unpin for UnitDiff
impl UnsafeUnpin for UnitDiff
impl UnwindSafe for UnitDiff
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