pub struct WalDiff { /* private fields */ }Expand description
A page-level delta between two materialized states.
Implementations§
Trait Implementations§
impl Eq for WalDiff
impl StructuralPartialEq for WalDiff
Auto Trait Implementations§
impl Freeze for WalDiff
impl RefUnwindSafe for WalDiff
impl Send for WalDiff
impl Sync for WalDiff
impl Unpin for WalDiff
impl UnsafeUnpin for WalDiff
impl UnwindSafe for WalDiff
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