Struct vonuvoli_scheme::exports::ProcedureNative5E[][src]

pub struct ProcedureNative5E(pub ProcedureNativeFn5E);

Methods

impl ProcedureNative5E
[src]

Trait Implementations

impl StdFrom<ProcedureNative5E> for ProcedureNativeInternals
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative5E> for ProcedureNative
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative5E> for Value
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative5E> for Expression
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

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

Formats the value using the given formatter. Read more

impl Debug for ProcedureNative5E
[src]

Formats the value using the given formatter. Read more

impl Clone for ProcedureNative5E
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations