use std::default::Default; #[derive(Clone, Debug, Default)] pub struct Flags { pub flag: String, pub value: String, }