1 2 3 4 5
#[derive(Clone, Debug, Eq, PartialEq)] pub struct JsonObjectShape { pub name_field: String, pub arguments_field: String, }