feat: impl bunch of goodies

This commit is contained in:
Strix 2023-12-04 14:03:04 +01:00
parent a62fd81bf2
commit 54a99e43e1
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
9 changed files with 173 additions and 5 deletions

View file

@ -1,5 +1,6 @@
use domo_proto::data_types::DataType;
#[derive(Debug, Clone)]
pub struct Property {
/// Is the property descriptive?
pub descriptive: bool,