79280282

Date: 2024-12-14 08:04:52
Score: 2
Natty:
Report link
#[derive(Clone, serde::Serialize, serde::Deserialize)]
pub struct Person {
    pub firstname: String,
    pub lastname: String,
    pub age: u8
}

It works, thank you very much!

For those who are also struggle like me.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: codeWcay