Enum release_manager::Arch [] [src]

pub enum Arch {
    Aarch64,
    Armv7h,
    Armv7hMusl,
    Armh,
    ArmhMusl,
    Amd64,
    Amd64Musl,
    I686,
}

Variants

Trait Implementations

impl Clone for Arch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Arch
[src]

[src]

Formats the value using the given formatter.