Struct roogle_engine::types::Crates [−][src]
Fields
krates: HashMap<String, Crate>adts: HashMap<String, Vec<String>>Map from a name of a ADT to names of crates containing the ADT which has the name.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Crates
impl UnwindSafe for Crates
Blanket Implementations
Mutably borrows from an owned value. Read more