Struct k8s_openapi::api::apiserverinternal::v1alpha1::StorageVersionSpec [−][src]
pub struct StorageVersionSpec(pub Value);
Expand description
StorageVersionSpec is an empty spec.
Tuple Fields
0: Value
Trait Implementations
Returns the “default value” for a type. Read more
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 StorageVersionSpec
impl Send for StorageVersionSpec
impl Sync for StorageVersionSpec
impl Unpin for StorageVersionSpec
impl UnwindSafe for StorageVersionSpec
Blanket Implementations
Mutably borrows from an owned value. Read more