pub type EnabledFeatures = BitFlags<Feature>;
Expand description

EnabledFeatures represents a collection of the engine features that are enabled, masked in a byte

Aliased Type§

struct EnabledFeatures { /* private fields */ }

Trait Implementations§

source§

impl From<&PrismaOpt> for EnabledFeatures

source§

fn from(opts: &PrismaOpt) -> Self

Converts to this type from the input type.