pub struct HugeSplitApplyError<T: TableMeta, A: FrameAllocator> { /* private fields */ }Expand description
Failed structural apply that returns the still-unpublished deposit to its caller. Transactional users must not lose the only child-table owner merely because the observed huge leaf became stale before apply.
Implementations§
Source§impl<T: TableMeta, A: FrameAllocator> HugeSplitApplyError<T, A>
impl<T: TableMeta, A: FrameAllocator> HugeSplitApplyError<T, A>
pub const fn error(&self) -> &PagingError
pub fn into_parts(self) -> (PagingError, HugeSplitDeposit<T, A>)
Trait Implementations§
Auto Trait Implementations§
impl<T, A> Freeze for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: Freeze,
impl<T, A> RefUnwindSafe for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: RefUnwindSafe,
impl<T, A> Send for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: Send,
impl<T, A> Sync for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: Sync,
impl<T, A> Unpin for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: Unpin,
impl<T, A> UnsafeUnpin for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: UnsafeUnpin,
impl<T, A> UnwindSafe for HugeSplitApplyError<T, A>where
HugeSplitDeposit<T, A>: 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