Enum vonuvoli_scheme::exports::ExpressionForProcedureNativeCall[][src]

pub enum ExpressionForProcedureNativeCall {
    ProcedureNativeCall(ProcedureNativeStdBox<[Expression]>),
    ProcedureNativeCall0(ProcedureNative0),
    ProcedureNativeCall1(ProcedureNative1ExpressionBox),
    ProcedureNativeCall2(ProcedureNative2ExpressionBoxExpressionBox),
    ProcedureNativeCall3(ProcedureNative3ExpressionBoxExpressionBoxExpressionBox),
    ProcedureNativeCall4(ProcedureNative4ExpressionBoxExpressionBoxExpressionBoxExpressionBox),
    ProcedureNativeCall5(ProcedureNative5ExpressionBoxExpressionBoxExpressionBoxExpressionBoxExpressionBox),
    ProcedureNativeCallN(ProcedureNativeNStdBox<[Expression]>),
    ProcedureNativeCall0E(ProcedureNative0E),
    ProcedureNativeCall1E(ProcedureNative1EExpressionBox),
    ProcedureNativeCall2E(ProcedureNative2EExpressionBoxExpressionBox),
    ProcedureNativeCall3E(ProcedureNative3EExpressionBoxExpressionBoxExpressionBox),
    ProcedureNativeCall4E(ProcedureNative4EExpressionBoxExpressionBoxExpressionBoxExpressionBox),
    ProcedureNativeCall5E(ProcedureNative5EExpressionBoxExpressionBoxExpressionBoxExpressionBoxExpressionBox),
    ProcedureNativeCallNE(ProcedureNativeNEStdBox<[Expression]>),
}

Variants

Trait Implementations

impl StdFrom<ExpressionForProcedureNativeCall> for Expression
[src]

Performs the conversion.

impl StdFrom<ExpressionForProcedureNativeCall> for StdBox<Expression>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<Expression>> for ExpressionForProcedureNativeCall
[src]

impl StdTryFrom<Expression> for ExpressionForProcedureNativeCall
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl StdTryFrom<StdBox<Expression>> for ExpressionForProcedureNativeCall
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl Clone for ExpressionForProcedureNativeCall
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExpressionForProcedureNativeCall
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations