Enum vonuvoli_scheme::exports::SyntaxNativeInternals[][src]

pub enum SyntaxNativeInternals {
    NativeG(SyntaxNativeG),
}

Variants

Methods

impl SyntaxNativeInternals
[src]

Trait Implementations

impl StdFrom<SyntaxNativeInternals> for SyntaxNative
[src]

Performs the conversion.

impl StdFrom<SyntaxNativeInternals> for StdBox<SyntaxNative>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<SyntaxNative>> for SyntaxNativeInternals
[src]

impl StdFrom<SyntaxNativeInternals> for Value
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<SyntaxNativeInternals> for Expression
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<SyntaxNativeG> for SyntaxNativeInternals
[src]

Performs the conversion.

impl Display for SyntaxNativeInternals
[src]

Formats the value using the given formatter. Read more

impl Clone for SyntaxNativeInternals
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SyntaxNativeInternals
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations