Struct embuild::cmake::Replies [−][src]
Expand description
Replies generated from a cmake file API query.
Fields
cmake: CMakeInformation about the instance of CMake that generated the replies.
replies: HashMap<ObjKind, Reply>All generated replies.
Implementations
Try to load the cmake file API index from the query and validate.
Load the codemodel object from a codemodel reply.
Convenience function for get_kind(ObjKind::Codemodel)?.codemodel().
Load the cache object from a cache reply.
Convenience function for get_kind(ObjKind::Cache)?.cache().
Load the toolchains object from a toolchains reply.
Convenience function for get_kind(ObjKind::Toolchains)?.toolchains().
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Replies
impl UnwindSafe for Replies
Blanket Implementations
Mutably borrows from an owned value. Read more