Struct rustc::middle::borrowck::move_data::MovePathIndex[src]

pub struct MovePathIndex(_);

Index into MoveData.paths, used like a pointer

Trait Implementations

impl Clone for MovePathIndex

fn clone(&self) -> MovePathIndex

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

Derived Implementations

impl PartialEq for MovePathIndex

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

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