Enum racer::core::CompletionType [] [src]

pub enum CompletionType {
    CompleteField,
    CompletePath,
}

Variants

CompleteField
CompletePath

Trait Implementations

Derived Implementations

impl Copy for CompletionType

impl Clone for CompletionType

fn clone(&self) -> CompletionType

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

impl Debug for CompletionType

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