summaryrefslogtreecommitdiff
path: root/src/model/property_groups/address.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/property_groups/address.rs')
-rw-r--r--src/model/property_groups/address.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/property_groups/address.rs b/src/model/property_groups/address.rs
index 00bca0b..e50a59a 100644
--- a/src/model/property_groups/address.rs
+++ b/src/model/property_groups/address.rs
@@ -1,7 +1,7 @@
use crate::model::input_fields::VCardPropertyInputField;
use crate::model::*;
-#[derive(Clone, Debug, PartialEq)]
+#[derive(Clone, Debug, Default, PartialEq)]
pub struct Address {
pub post_office_box: String,
pub extension: String,