pub struct Change<T> {
pub old: T,
pub new: T,
}
Expand description
A simple representation of a change, containing old and new data.
Fields§
§old: T
The old data.
new: T
The new data.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Change<T>where
T: Freeze,
impl<T> RefUnwindSafe for Change<T>where
T: RefUnwindSafe,
impl<T> Send for Change<T>where
T: Send,
impl<T> Sync for Change<T>where
T: Sync,
impl<T> Unpin for Change<T>where
T: Unpin,
impl<T> UnwindSafe for Change<T>where
T: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)