pub enum DeltaKind {
Replaced(Vec<u8>),
XorRaw(Vec<u8>),
XorRle(Vec<u8>),
}Expand description
How a component changed between snapshots.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeltaKind
impl RefUnwindSafe for DeltaKind
impl Send for DeltaKind
impl Sync for DeltaKind
impl Unpin for DeltaKind
impl UnsafeUnpin for DeltaKind
impl UnwindSafe for DeltaKind
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