Struct k8s_openapi::v1_7::kubernetes::pkg::apis::extensions::v1beta1::APIVersion
source · Expand description
An APIVersion represents a single concrete version of an object model.
Fields§
§name: Option<String>
Name of this version (e.g. ‘v1’).
Trait Implementations§
source§impl Clone for APIVersion
impl Clone for APIVersion
source§fn clone(&self) -> APIVersion
fn clone(&self) -> APIVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for APIVersion
impl Debug for APIVersion
source§impl Default for APIVersion
impl Default for APIVersion
source§fn default() -> APIVersion
fn default() -> APIVersion
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for APIVersion
impl<'de> Deserialize<'de> for APIVersion
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more