Struct mg_settings::MetaData [] [src]

pub struct MetaData {
    pub completion_hidden: bool,
    pub help_text: String,
    pub is_special_command: bool,
}

Command/setting meta-data coming from the attributes. See EnumMetaData to see the list of supported attributes.

Fields

Whether this command/setting should be shown in the completion or not.

The help text associated with this command/setting.

Whether this is a special command or not. This is not applicable to settings.

Trait Implementations

impl Debug for MetaData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MetaData

impl Sync for MetaData