Add PartialEq to Data struct (#19)
This commit is contained in:
committed by
Aaron Power
parent
b445197381
commit
dfe317f329
+1
-1
@@ -226,7 +226,7 @@ pub struct Mastodon {
|
||||
|
||||
/// Raw data about mastodon app. Save `Data` using `serde` to prevent needing
|
||||
/// to authenticate on every run.
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
|
||||
pub struct Data {
|
||||
/// Base url of instance eg. `https://mastodon.social`.
|
||||
pub base: Cow<'static, str>,
|
||||
|
||||
Reference in New Issue
Block a user