1 2 3 4 5
#[derive(Debug, Clone, PartialEq)] pub struct Heading { pub level: usize, pub text: String, }