Enum rjs::rt::JsPreferredType [] [src]

pub enum JsPreferredType {
    None,
    String,
    Number,
}

Variants

None
String
Number

Trait Implementations

Derived Implementations

impl PartialEq for JsPreferredType

fn eq(&self, __arg_0: &JsPreferredType) -> bool

fn ne(&self, __arg_0: &JsPreferredType) -> bool

impl Debug for JsPreferredType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for JsPreferredType

fn clone(&self) -> JsPreferredType

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

impl Copy for JsPreferredType