Struct machinebox::BoxMetadata [] [src]

pub struct BoxMetadata {
    pub boxname: String,
    pub build: String,
}

Metadata about a particular box

Fields

Trait Implementations

impl Debug for BoxMetadata
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BoxMetadata

impl Sync for BoxMetadata