ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
268 stars 28 forks source link

derive Copy when possible #50

Closed EdJoPaTo closed 2 years ago

EdJoPaTo commented 2 years ago

Copy provides performance benefits over call-by-reference and .clone()