Struct preserves_schema::compiler::CompilerConfig[][src]

pub struct CompilerConfig {
    pub bundle: Map<ModulePath, Schema>,
    pub output_dir: PathBuf,
    pub fully_qualified_module_prefix: String,
    pub support_crate: String,
    pub module_aliases: Map<ModulePath, String>,
    pub plugins: Vec<Box<dyn Plugin>>,
}

Fields

bundle: Map<ModulePath, Schema>output_dir: PathBuffully_qualified_module_prefix: Stringsupport_crate: Stringmodule_aliases: Map<ModulePath, String>plugins: Vec<Box<dyn Plugin>>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.