Enum cretonne_faerie::FaerieTrapCollection[][src]

pub enum FaerieTrapCollection {
    Disabled,
    Enabled,
}

Setting to enable collection of traps. Setting this to Enabled in FaerieBuilder means that a FaerieTrapManifest will be present in the FaerieProduct.

Variants

FaerieProduct::trap_manifest will be None

FaerieProduct::trap_manifest will be Some

Trait Implementations

impl Debug for FaerieTrapCollection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations