Enum siege::Part [] [src]

pub enum Part {
    Beam(Beam),
    Wheel(Wheel),
}

The parts of which a siege engine is build up.

Variants

Trait Implementations

impl Debug for Part
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Part

impl Sync for Part