Make auth clonable
This commit is contained in:
parent
da99528418
commit
bf23512d3a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user