Make auth clonable

This commit is contained in:
Joel Wachsler 2022-08-07 04:15:46 +02:00
parent da99528418
commit bf23512d3a

View File

@ -67,7 +67,7 @@ pub fn generate_skeleton(ident: &syn::Ident) -> proc_macro2::TokenStream {
type Result<T> = std::result::Result<T, Error>;
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct #auth {
auth_cookie: String,
base_url: String,