pub struct DictDiff {
pub changed_count: usize,
}Fields§
§changed_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DictDiff
impl RefUnwindSafe for DictDiff
impl Send for DictDiff
impl Sync for DictDiff
impl Unpin for DictDiff
impl UnsafeUnpin for DictDiff
impl UnwindSafe for DictDiff
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