Struct dacite::core::ApplicationInfo [] [src]

pub struct ApplicationInfo {
    pub application_name: Option<String>,
    pub application_version: u32,
    pub engine_name: Option<String>,
    pub engine_version: u32,
    pub api_version: Option<Version>,
    pub chain: Option<ApplicationInfoChain>,
}

Fields

Trait Implementations

impl Debug for ApplicationInfo
[src]

Formats the value using the given formatter.

impl Clone for ApplicationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ApplicationInfo
[src]

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

This method tests for !=.