Struct nereon::Nos[][src]

pub struct Nos {
    pub name: String,
    pub authors: Vec<String>,
    pub version: String,
    pub license: String,
    pub command: Option<HashMap<String, Command>>,
    pub option: Option<HashMap<String, UserOption>>,
}

Fields

Trait Implementations

impl FromValue for Nos
[src]

impl Debug for Nos
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Nos
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Nos

impl Sync for Nos