pub struct BorgChecker {
pub config: BorgOptions,
}Expand description
Check the validity of a borg repository.
Fields§
§config: BorgOptionsImplementations§
Source§impl BorgChecker
impl BorgChecker
pub fn new(config: BorgOptions) -> Self
Trait Implementations§
Source§impl BackupCheck for BorgChecker
impl BackupCheck for BorgChecker
Auto Trait Implementations§
impl Freeze for BorgChecker
impl RefUnwindSafe for BorgChecker
impl Send for BorgChecker
impl Sync for BorgChecker
impl Unpin for BorgChecker
impl UnwindSafe for BorgChecker
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