sendgrid-rs icon indicating copy to clipboard operation
sendgrid-rs copied to clipboard

improve: derive more

Open 0x8f701 opened this issue 5 years ago • 3 comments

Signed-off-by: Cheng JIANG [email protected]

close: #79

0x8f701 avatar Dec 05 '20 16:12 0x8f701

derive Default will make it possible to write:

let mut p = Personalization::default();
p.add_to(...)

which eventually fixes #79

0x8f701 avatar Dec 05 '20 16:12 0x8f701

@gsquire hi could you have a look, thanks

0x8f701 avatar Dec 10 '20 13:12 0x8f701

Hey, @GopherJ. I am currently moving out of state so it'll be a little while before I can review. I'm sorry for the delay!

gsquire avatar Dec 10 '20 16:12 gsquire