#[derive(Debug)] pub struct Comment { pub author: Option, // null is Anonymous pub text: String }