Struct cargo_metadata::Source
source · pub struct Source {
pub repr: String,
}
Expand description
The source of a package such as crates.io.
Fields§
§repr: String
The underlying string representation of a source.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Source
impl<'de> Deserialize<'de> for Source
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