pub struct RestoreFileHandler;Expand description
Handles file restoration from backup
Implementations§
Source§impl RestoreFileHandler
impl RestoreFileHandler
Sourcepub fn handle(action: &RollbackAction) -> ExecutionResult<String>
pub fn handle(action: &RollbackAction) -> ExecutionResult<String>
Auto Trait Implementations§
impl Freeze for RestoreFileHandler
impl RefUnwindSafe for RestoreFileHandler
impl Send for RestoreFileHandler
impl Sync for RestoreFileHandler
impl Unpin for RestoreFileHandler
impl UnwindSafe for RestoreFileHandler
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