Struct fress::eval::Statics[][src]

pub struct Statics {
Show 24 fields pub sym_do: Value, pub sym_if: Value, pub sym_fn: Value, pub sym_def: Value, pub sym_let: Value, pub sym_loop: Value, pub sym_recur: Value, pub local_use: Value, pub forms_using: Value, pub refers_to: Value, pub resolved_from: Value, pub arity_bitmap: Value, pub arity_to_idx: Value, pub vararg: Value, pub captures: Value, pub sym_value: Value, pub sym_value_ref: Value, pub key_name: Value, pub key_args: Value, pub key_ret: Value, pub key_mapped: Value, pub key_alias: Value, pub sym_fress: Value, pub sym_amp: Value,
}

Fields

sym_do: Valuesym_if: Valuesym_fn: Valuesym_def: Valuesym_let: Valuesym_loop: Valuesym_recur: Valuelocal_use: Valueforms_using: Valuerefers_to: Valueresolved_from: Valuearity_bitmap: Valuearity_to_idx: Valuevararg: Valuecaptures: Valuesym_value: Valuesym_value_ref: Valuekey_name: Valuekey_args: Valuekey_ret: Valuekey_mapped: Valuekey_alias: Valuesym_fress: Valuesym_amp: Value

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.