Enum cargo::util::config::Location
[−]
[src]
pub enum Location { Project, Global, }
Variants
Project | ||
Global |
pub enum Location { Project, Global, }
Project | ||
Global |
impl Copy for Location
impl Decodable for Location
impl Encodable for Location
impl Clone for Location
fn clone(&self) -> Location
fn clone_from(&mut self, source: &Self)
impl PartialEq for Location
impl Eq for Location