Enum k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1::JSONSchemaPropsOrBool
source · [−]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 JSONSchemaPropsOrBool
impl Send for JSONSchemaPropsOrBool
impl Sync for JSONSchemaPropsOrBool
impl Unpin for JSONSchemaPropsOrBool
impl UnwindSafe for JSONSchemaPropsOrBool
Blanket Implementations
Mutably borrows from an owned value. Read more