#[derive(Clone)] pub struct Struct(A); impl Struct { pub fn new() -> Self { todo!() } }