Struct vonuvoli_scheme::exports::ProcedureNativeNE[][src]

pub struct ProcedureNativeNE(pub ProcedureNativeFnNE);

Methods

impl ProcedureNativeNE
[src]

Trait Implementations

impl StdFrom<ProcedureNativeNE> for ProcedureNativeInternals
[src]

Performs the conversion.

impl StdFrom<ProcedureNativeNE> for StdBox<ProcedureNativeInternals>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<ProcedureNativeInternals>> for ProcedureNativeNE
[src]

impl StdFrom<ProcedureNativeNE> for ProcedureNative
[src]

Performs the conversion.

impl StdFrom<ProcedureNativeNE> for StdBox<ProcedureNative>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<ProcedureNative>> for ProcedureNativeNE
[src]

impl StdFrom<ProcedureNativeNE> for Value
[src]

Performs the conversion.

impl StdFrom<ProcedureNativeNE> for StdBox<Value>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<Value>> for ProcedureNativeNE
[src]

impl StdFrom<ProcedureNativeNE> for Expression
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdTryFrom<ProcedureNativeInternals> for ProcedureNativeNE
[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<ProcedureNativeInternals>> for ProcedureNativeNE
[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 Display for ProcedureNativeNE
[src]

Formats the value using the given formatter. Read more

impl Debug for ProcedureNativeNE
[src]

Formats the value using the given formatter. Read more

impl Clone for ProcedureNativeNE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations