Struct vonuvoli_scheme::exports::ProcedureNative4E[][src]

pub struct ProcedureNative4E(pub ProcedureNativeFn4E);

Methods

impl ProcedureNative4E
[src]

Trait Implementations

impl StdFrom<ProcedureNative4E> for ProcedureNativeInternals
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative4E> for ProcedureNative
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative4E> for Value
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative4E> for Expression
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

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

Formats the value using the given formatter. Read more

impl Debug for ProcedureNative4E
[src]

Formats the value using the given formatter. Read more

impl Clone for ProcedureNative4E
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations