Enum k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1::JSONSchemaPropsOrStringArray [−][src]
pub enum JSONSchemaPropsOrStringArray {
Schema(Box<JSONSchemaProps>),
Strings(Vec<String>),
}
Expand description
JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
Variants
Schema(Box<JSONSchemaProps>)
Tuple Fields of Schema
0: Box<JSONSchemaProps>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for JSONSchemaPropsOrStringArray
impl Sync for JSONSchemaPropsOrStringArray
impl Unpin for JSONSchemaPropsOrStringArray
impl UnwindSafe for JSONSchemaPropsOrStringArray
Blanket Implementations
Mutably borrows from an owned value. Read more