Enum rjs::rt::JsFunction [] [src]

pub enum JsFunction {
    Ir(FunctionRef),
    Native(Option<Name>, u32, JsFnRef, bool),
    Bound,
}

Variants

Ir
Native
Bound

Trait Implementations

impl Clone for JsFunction

fn clone(&self) -> JsFunction

fn clone_from(&mut self, source: &Self)

impl PartialEq for JsFunction

fn eq(&self, other: &JsFunction) -> bool

fn ne(&self, other: &Rhs) -> bool