pub struct Corruption { /* private fields */ }Expand description
Location and category of a database integrity failure.
Implementations§
Source§impl Corruption
impl Corruption
pub fn kind(&self) -> CorruptionKind
pub fn segment_offset(&self) -> Option<u64>
pub fn block_index(&self) -> Option<u64>
pub fn message(&self) -> &str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Corruption
impl RefUnwindSafe for Corruption
impl Send for Corruption
impl Sync for Corruption
impl Unpin for Corruption
impl UnsafeUnpin for Corruption
impl UnwindSafe for Corruption
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