pub struct ChainBreak;Expand description
A freed overflow-page chain could not be followed to a complete, trustworthy payload (task #73): a chain page that is not a freelist leaf (live / trunk / unreachable), a cycle, a premature terminator with bytes still owed, an out-of-range page, or a declared payload exceeding the freelist’s capacity. Carries no detail by design — any break is a uniform “this chain is not recoverable as a Tier-1 row”, and the candidate degrades to a Tier-2 fragment.
Trait Implementations§
Source§impl Clone for ChainBreak
impl Clone for ChainBreak
Source§fn clone(&self) -> ChainBreak
fn clone(&self) -> ChainBreak
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChainBreak
Source§impl Debug for ChainBreak
impl Debug for ChainBreak
impl Eq for ChainBreak
Source§impl PartialEq for ChainBreak
impl PartialEq for ChainBreak
impl StructuralPartialEq for ChainBreak
Auto Trait Implementations§
impl Freeze for ChainBreak
impl RefUnwindSafe for ChainBreak
impl Send for ChainBreak
impl Sync for ChainBreak
impl Unpin for ChainBreak
impl UnsafeUnpin for ChainBreak
impl UnwindSafe for ChainBreak
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