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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes