Variants
Add(&'a A)
Update
Remove(&'a A)
Trait Implementations
impl<'a, A: Eq + 'a> Eq for DiffItem<'a, A>
impl<'a, A: 'a> StructuralEq for DiffItem<'a, A>
impl<'a, A: 'a> StructuralPartialEq for DiffItem<'a, A>
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for DiffItem<'a, A> where
A: RefUnwindSafe,
impl<'a, A> Send for DiffItem<'a, A> where
A: Sync,
impl<'a, A> Sync for DiffItem<'a, A> where
A: Sync,
impl<'a, A> Unpin for DiffItem<'a, A>
impl<'a, A> UnwindSafe for DiffItem<'a, A> where
A: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more