chore: Impl Eq
and PartialEq
for Vault
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
e033971665
commit
dbaa518855
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pub enum Format {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The vault struct
|
/// The vault struct
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize, Parser)]
|
#[derive(Clone, Debug, Deserialize, Serialize, Parser, Eq, PartialEq)]
|
||||||
pub struct Vault {
|
pub struct Vault {
|
||||||
/// The name of the vault
|
/// The name of the vault
|
||||||
pub name: String,
|
pub name: String,
|
||||||
|
|
Loading…
Reference in a new issue