mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
PartialEq for bookmark
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user