Struct thinlinelib::Thinline

source ·
pub struct Thinline<T>where
    T: LanguageType,
{ pub project_parameters: ProjectParameters, pub analysis: Analysis<T>, pub synthesis: Synthesis, }
Expand description

Global structure representing the Thinline lib.

Fields§

§project_parameters: ProjectParameters

The parsed project parameters.

§analysis: Analysis<T>

The structure holding the analysis_c data.

§synthesis: Synthesis

The structure holding the synthesized testdata.

Implementations§

Creates an instance of the lib containing Thinlines functionality.

Parses configuration from the given config yaml.

Analyzes the project which should be tested.

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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

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.