Enum rjs::gc::GcWalk [] [src]

pub enum GcWalk {
    Pointer,
    Skip,
    End,
    EndArray,
}

Variants

Pointer
Skip
End
EndArray

Trait Implementations

Derived Implementations

impl Debug for GcWalk

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

impl PartialEq for GcWalk

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

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

impl Clone for GcWalk

fn clone(&self) -> GcWalk

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

impl Copy for GcWalk