feat: add useful derives to structs/enums
This commit is contained in:
parent
ea057c1db3
commit
0c6c5174b5
2 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue