Enum k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1beta1::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>)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 JSONSchemaPropsOrStringArrayimpl Sync for JSONSchemaPropsOrStringArrayimpl Unpin for JSONSchemaPropsOrStringArrayimpl UnwindSafe for JSONSchemaPropsOrStringArrayBlanket Implementations
Mutably borrows from an owned value. Read more