pub struct CodeGen {
    pub file_path: String,
    pub export_path: String,
    pub input_file_type: ParseTargets,
    pub export_file_type: WriteTargets,
    pub data: ParsedData,
}

Fields

file_path: Stringexport_path: Stringinput_file_type: ParseTargetsexport_file_type: WriteTargetsdata: ParsedData

Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.