Struct vonuvoli_scheme::exports::ProcedureNative0[][src]

pub struct ProcedureNative0(pub ProcedureNativeFn0);

Methods

impl ProcedureNative0
[src]

Trait Implementations

impl StdFrom<ProcedureNative0> for ProcedureNativeInternals
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative0> for ProcedureNative
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative0> for Value
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNative0> for Expression
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

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

Formats the value using the given formatter. Read more

impl Debug for ProcedureNative0
[src]

Formats the value using the given formatter. Read more

impl Clone for ProcedureNative0
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations