Enum cargo::util::config::Location [] [src]

pub enum Location {
    Project,
    Global,
}

Variants

Project
Global

Trait Implementations

Derived Implementations

impl Copy for Location

impl Decodable for Location

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Location, __D::Error>

impl Encodable for Location

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Clone for Location

fn clone(&self) -> Location

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

impl PartialEq for Location

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

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

impl Eq for Location