Expand description
The value of an x-kubernetes-group-version-kind
annotation on a type or an operation.
Fields§
§group: String
§kind: String
§version: String
Trait Implementations§
source§impl Clone for KubernetesGroupKindVersion
impl Clone for KubernetesGroupKindVersion
source§fn clone(&self) -> KubernetesGroupKindVersion
fn clone(&self) -> KubernetesGroupKindVersion
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 KubernetesGroupKindVersion
impl Debug for KubernetesGroupKindVersion
source§impl Ord for KubernetesGroupKindVersion
impl Ord for KubernetesGroupKindVersion
source§impl PartialEq<KubernetesGroupKindVersion> for KubernetesGroupKindVersion
impl PartialEq<KubernetesGroupKindVersion> for KubernetesGroupKindVersion
source§fn eq(&self, other: &KubernetesGroupKindVersion) -> bool
fn eq(&self, other: &KubernetesGroupKindVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<KubernetesGroupKindVersion> for KubernetesGroupKindVersion
impl PartialOrd<KubernetesGroupKindVersion> for KubernetesGroupKindVersion
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more