1 2 3 4 5 6
#[derive(Debug, Clone)] pub struct JoinedField { pub field: syn::Field, pub table: syn::Path, pub table_field: syn::Ident, }