PartialEq for bookmark

This commit is contained in:
ChristianVisintin 2020-12-15 12:18:35 +01:00
parent db7ee624e3
commit 71593e3ea7

View file

@ -38,7 +38,7 @@ pub struct UserHosts {
pub recents: HashMap<String, Bookmark>,
}
#[derive(Deserialize, Serialize, std::fmt::Debug)]
#[derive(Deserialize, Serialize, std::fmt::Debug, PartialEq)]
/// ## Bookmark
///
/// Bookmark describes a single bookmark entry in the user hosts storage