Struct ink_lang_ir::Config[][src]

pub struct Config { /* fields omitted */ }
Expand description

The ink! configuration.

Implementations

Returns the environmental types definition if specified. Otherwise returns the default environmental types definition provided by ink!.

Returns true if the dynamic storage allocator facilities are enabled for the ink! smart contract, false otherwise.

If nothing has been specified returns the default which is false.

Return true if this ink! smart contract shall always be compiled as if it was a dependency of another smart contract, returns false otherwise.

If nothing has been specified returns the default which is false.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.

Should always be Self

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.