Struct sapio_wasm_plugin::CreateArgs[][src]

pub struct CreateArgs<S> {
    pub arguments: S,
    pub context: ContextualArguments,
}
Expand description

Arguments For Creating this Contract

Provide this information to create an instance of a contract

Fields

arguments: Scontext: ContextualArguments

Contextual Arguments

Others arguments set by general system settings

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

Serialize this value into the given Serde serializer. 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.