Struct redb::RepairSession
source · pub struct RepairSession { /* private fields */ }
Implementations§
source§impl RepairSession
impl RepairSession
sourcepub fn abort(&mut self)
pub fn abort(&mut self)
Abort the repair process. The coorresponding call to Builder::open or Builder::create will return an error
Auto Trait Implementations§
impl Freeze for RepairSession
impl RefUnwindSafe for RepairSession
impl Send for RepairSession
impl Sync for RepairSession
impl Unpin for RepairSession
impl UnwindSafe for RepairSession
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