Struct k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1::JSON [−][src]
pub struct JSON(pub Value);
Expand description
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JSONimpl UnwindSafe for JSONBlanket Implementations
Mutably borrows from an owned value. Read more