Struct cairo_lang_project::ProjectConfigContent
source · Expand description
Contents of a Cairo project config file.
Fields§
§crate_roots: HashMap<SmolStr, PathBuf>Trait Implementations§
source§impl Clone for ProjectConfigContent
impl Clone for ProjectConfigContent
source§fn clone(&self) -> ProjectConfigContent
fn clone(&self) -> ProjectConfigContent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ProjectConfigContent
impl Debug for ProjectConfigContent
source§impl<'de> Deserialize<'de> for ProjectConfigContent
impl<'de> Deserialize<'de> for ProjectConfigContent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ProjectConfigContent> for ProjectConfigContent
impl PartialEq<ProjectConfigContent> for ProjectConfigContent
source§fn eq(&self, other: &ProjectConfigContent) -> bool
fn eq(&self, other: &ProjectConfigContent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.