Add Serialize impl

This commit is contained in:
F. Levi
2024-09-17 12:55:45 +03:00
parent c52f9f8c16
commit 69a51d4a70
2 changed files with 18 additions and 3 deletions

View File

@ -105,7 +105,7 @@ impl HeedAuthStore {
let mut actions = HashSet::new();
for action in &key.actions {
match action {
match *action {
Action::All => actions.extend(enum_iterator::all::<Action>()),
Action::DocumentsAll => {
actions.extend(