Enum butlerd::Responses::Archs[][src]

pub enum Archs {
    All,
    i386,
    Amd64,
}

The architectures that an Upload suppports

Variants

Trait Implementations

impl Debug for Archs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Archs

impl Sync for Archs