pub struct PGChecker {
pub config: PGOptions,
}Expand description
Check the validity of a backup stored as a file or directory.
We use the most recently modified timestamp of any file matching the user supplied pattern to find the most recent backup date.
Fields§
§config: PGOptionsThe configuration loaded from the initial YAML file.
Implementations§
Trait Implementations§
Source§impl BackupCheck for PGChecker
impl BackupCheck for PGChecker
Auto Trait Implementations§
impl Freeze for PGChecker
impl RefUnwindSafe for PGChecker
impl Send for PGChecker
impl Sync for PGChecker
impl Unpin for PGChecker
impl UnwindSafe for PGChecker
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