Enum k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1beta1::JSONSchemaPropsOrBool [−][src]
pub enum JSONSchemaPropsOrBool {
Schema(Box<JSONSchemaProps>),
Bool(bool),
}Expand description
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.
Variants
Schema(Box<JSONSchemaProps>)Bool(bool)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 RefUnwindSafe for JSONSchemaPropsOrBoolimpl Send for JSONSchemaPropsOrBoolimpl Sync for JSONSchemaPropsOrBoolimpl Unpin for JSONSchemaPropsOrBoolimpl UnwindSafe for JSONSchemaPropsOrBoolBlanket Implementations
Mutably borrows from an owned value. Read more