Enum rjs::rt::JsStoreType [] [src]

pub enum JsStoreType {
    Hash,
    Array,
}

Variants

Hash
Array

Trait Implementations

Derived Implementations

impl Debug for JsStoreType

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

impl PartialEq for JsStoreType

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

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

impl Clone for JsStoreType

fn clone(&self) -> JsStoreType

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

impl Copy for JsStoreType