pub type DefaultIntegerArrayConfigOption<'a> = ConfigOption<'a, DefaultIntegerArray>;
Aliased Type§
struct DefaultIntegerArrayConfigOption<'a> {
pub name: &'a str,
pub default: i64,
pub description: &'a str,
pub deprecated: bool,
pub dynamic: bool,
pub multi: bool,
}
Fields§
§name: &'a str
The name of the ConfigOption
.
default: i64
The default value of the ConfigOption
description: &'a str
§deprecated: bool
§dynamic: bool
§multi: bool