feat: add useful derives to structs/enums

This commit is contained in:
Radical 2025-05-20 13:18:29 +02:00
parent ea057c1db3
commit 0c6c5174b5
2 changed files with 4 additions and 1 deletions

View file

@ -31,6 +31,7 @@ pub mod edge_storage;
pub mod error;
/// API Client for bunny
#[derive(Debug, Clone)]
pub struct Client {
/// Used to interact with the Edge Storage API
pub storage: edge_storage::Storage,