datastore: drop Hash from BackupGroup
same as for Eq/Ord/... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5203cfcff9
commit
10a0059602
|
@ -8,7 +8,7 @@ use pbs_api_types::{BackupType, GroupFilter, BACKUP_DATE_REGEX, BACKUP_FILE_REGE
|
|||
use super::manifest::MANIFEST_BLOB_NAME;
|
||||
|
||||
/// BackupGroup is a directory containing a list of BackupDir
|
||||
#[derive(Debug, Hash, Clone)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct BackupGroup {
|
||||
group: pbs_api_types::BackupGroup,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue