Struct config_it::entity::MetadataProps
source · pub struct MetadataProps {
pub disable_export: bool,
pub disable_import: bool,
pub hidden: bool,
pub varname: &'static str,
pub description: &'static str,
}Fields§
§disable_export: bool§disable_import: bool§varname: &'static strSource variable name. Usually same as ‘name’ unless another name is specified for it.
description: &'static str