Struct k8s_openapi_codegen_common::swagger20::Schema
source · [−]pub struct Schema {
pub description: Option<String>,
pub kind: SchemaKind,
pub kubernetes_group_kind_versions: Vec<KubernetesGroupKindVersion>,
pub list_kind: Option<String>,
}
Expand description
The schema of a definition or operation parameter.
Fields
description: Option<String>
kind: SchemaKind
kubernetes_group_kind_versions: Vec<KubernetesGroupKindVersion>
list_kind: Option<String>
Used to store the definition path of the corresponding list type, if any.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Schema
impl UnwindSafe for Schema
Blanket Implementations
Mutably borrows from an owned value. Read more