pub struct CacheRollbackPayload {
pub rolled_back: u64,
}Expand description
data payload for cache rollback JSON envelope.
Fields§
§rolled_back: u64Number of journal entries successfully rolled back.
Trait Implementations§
Source§impl Debug for CacheRollbackPayload
impl Debug for CacheRollbackPayload
Auto Trait Implementations§
impl Freeze for CacheRollbackPayload
impl RefUnwindSafe for CacheRollbackPayload
impl Send for CacheRollbackPayload
impl Sync for CacheRollbackPayload
impl Unpin for CacheRollbackPayload
impl UnsafeUnpin for CacheRollbackPayload
impl UnwindSafe for CacheRollbackPayload
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