#[derive(Debug)] pub struct PrintMessage { pub contents: String, pub accessible: bool, }