Struct k8s_openapi_codegen_common::RunResult [−][src]
pub struct RunResult {
pub num_generated_structs: usize,
pub num_generated_type_aliases: usize,
pub num_generated_apis: usize,
}Expand description
Statistics from a successful invocation of run
Fields
num_generated_structs: usizenum_generated_type_aliases: usizenum_generated_apis: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RunResult
impl UnwindSafe for RunResult
Blanket Implementations
Mutably borrows from an owned value. Read more