Struct mango_orm::models::Meta [−][src]
pub struct Meta {Show fields
pub model_name: String,
pub project_name: String,
pub unique_project_key: String,
pub service_name: String,
pub database_name: String,
pub db_client_name: String,
pub db_query_docs_limit: u32,
pub collection_name: String,
pub fields_count: usize,
pub fields_name: Vec<String>,
pub is_add_docs: bool,
pub is_up_docs: bool,
pub is_del_docs: bool,
pub map_field_type: HashMap<String, String>,
pub map_widget_type: HashMap<String, String>,
pub map_default_values: HashMap<String, (String, String)>,
pub ignore_fields: Vec<String>,
}Fields
model_name: Stringproject_name: Stringunique_project_key: Stringservice_name: Stringdatabase_name: Stringdb_client_name: Stringdb_query_docs_limit: u32collection_name: Stringfields_count: usizefields_name: Vec<String>is_add_docs: boolis_up_docs: boolis_del_docs: boolmap_field_type: HashMap<String, String>map_widget_type: HashMap<String, String>map_default_values: HashMap<String, (String, String)>ignore_fields: Vec<String>Trait Implementations
impl<'de> Deserialize<'de> for Meta[src]
impl<'de> Deserialize<'de> for Meta[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Meta
impl RefUnwindSafe for Metaimpl UnwindSafe for Meta
impl UnwindSafe for MetaBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,